Package | Description |
---|---|
org.fedoraproject.xmvn.config |
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.clone()
Method clone.
|
Artifact |
PackagingRule.getArtifactGlob()
Get pattern specifying one or more Maven artifacts.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Artifact> |
PackagingRule.getAliases()
Method getAliases.
|
java.util.List<Artifact> |
ResolverSettings.getBlacklist()
Method getBlacklist.
|
Modifier and Type | Method and Description |
---|---|
void |
PackagingRule.addAlias(Artifact artifact)
Add an alias.
|
void |
ResolverSettings.addBlacklist(Artifact artifact)
Method addBlacklist.
|
void |
PackagingRule.removeAlias(Artifact artifact)
Remove an alias.
|
void |
ResolverSettings.removeBlacklist(Artifact artifact)
Method removeBlacklist.
|
void |
PackagingRule.setArtifactGlob(Artifact artifactGlob)
Set pattern specifying one or more Maven artifacts.
|
Modifier and Type | Method and Description |
---|---|
void |
PackagingRule.setAliases(java.util.List<Artifact> aliases)
Set alternative identifiers of artifacts.
|
void |
ResolverSettings.setBlacklist(java.util.List<Artifact> blacklist)
Set list of blacklisted artifacts which will not be
resolved.
|
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.