Uses of Class
org.fedoraproject.xmvn.config.Artifact
-
Packages that use Artifact Package Description org.fedoraproject.xmvn.config -
-
Uses of Artifact in org.fedoraproject.xmvn.config
Methods in org.fedoraproject.xmvn.config that return Artifact Modifier and Type Method Description Artifact
Artifact. clone()
Method clone.Artifact
PackagingRule. getArtifactGlob()
Get pattern specifying one or more Maven artifacts.Methods in org.fedoraproject.xmvn.config that return types with arguments of type Artifact Modifier and Type Method Description java.util.List<Artifact>
PackagingRule. getAliases()
Method getAliases.java.util.List<Artifact>
ResolverSettings. getBlacklist()
Method getBlacklist.java.util.List<Artifact>
BuildSettings. getSkippedPlugins()
Method getSkippedPlugins.Methods in org.fedoraproject.xmvn.config with parameters of type Artifact Modifier and Type Method 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.Method parameters in org.fedoraproject.xmvn.config with type arguments of type Artifact Modifier and Type Method 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.void
BuildSettings. setSkippedPlugins(java.util.List<Artifact> skippedPlugins)
Set list of plugins which will not be executed during build.
-