Package | Description |
---|---|
org.jboss.shrinkwrap.resolver.api.maven.repository |
Modifier and Type | Method and Description |
---|---|
MavenChecksumPolicy |
MavenRemoteRepository.getChecksumPolicy()
Returns the policy chosen for checking locally stored/cached artifacts (both for release and snapshot)
|
static MavenChecksumPolicy |
MavenChecksumPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenChecksumPolicy[] |
MavenChecksumPolicy.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.setChecksumPolicy(MavenChecksumPolicy policy)
Sets the policy chosen for checking locally stored/cached artifacts (both for release and snapshot) in a fluent way.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.