Package | Description |
---|---|
org.jboss.shrinkwrap.resolver.api.maven.repository |
Modifier and Type | Method and Description |
---|---|
MavenUpdatePolicy |
MavenRemoteRepository.getUpdatePolicy()
Returns the policy chosen for refreshing locally stored/cached artifacts (both for release and snapshot)
|
static MavenUpdatePolicy |
MavenUpdatePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenUpdatePolicy[] |
MavenUpdatePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MavenRemoteRepository |
MavenRemoteRepository.setUpdatePolicy(MavenUpdatePolicy policy)
Sets the policy chosen for refreshing locally stored/cached artifacts (both for release and snapshot) in a fluent way.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.