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 ArtifactArtifact. clone()Method clone.ArtifactPackagingRule. 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 voidPackagingRule. addAlias(Artifact artifact)Add an alias.voidResolverSettings. addBlacklist(Artifact artifact)Method addBlacklist.voidPackagingRule. removeAlias(Artifact artifact)Remove an alias.voidResolverSettings. removeBlacklist(Artifact artifact)Method removeBlacklist.voidPackagingRule. 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 voidPackagingRule. setAliases(java.util.List<Artifact> aliases)Set alternative identifiers of artifacts.voidResolverSettings. setBlacklist(java.util.List<Artifact> blacklist)Set list of blacklisted artifacts which will not be resolved.voidBuildSettings. setSkippedPlugins(java.util.List<Artifact> skippedPlugins)Set list of plugins which will not be executed during build.
-