Uses of Class
org.fedoraproject.xmvn.config.Artifact
-
Packages that use Artifact Package Description org.fedoraproject.xmvn.config org.fedoraproject.xmvn.config.io.stax org.fedoraproject.xmvn.tools.install.impl -
-
Uses of Artifact in org.fedoraproject.xmvn.config
Fields in org.fedoraproject.xmvn.config declared as Artifact Modifier and Type Field Description private Artifact
PackagingRule. artifactGlob
Pattern specifying one or more Maven artifacts.Fields in org.fedoraproject.xmvn.config with type parameters of type Artifact Modifier and Type Field Description private java.util.List<Artifact>
PackagingRule. aliases
Field aliases.private java.util.List<Artifact>
ResolverSettings. blacklist
Field blacklist.private java.util.List<Artifact>
BuildSettings. skippedPlugins
Field skippedPlugins.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. -
Uses of Artifact in org.fedoraproject.xmvn.config.io.stax
Methods in org.fedoraproject.xmvn.config.io.stax that return Artifact Modifier and Type Method Description private Artifact
ConfigurationStaxReader. parseArtifact(javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
Method parseArtifact.Methods in org.fedoraproject.xmvn.config.io.stax with parameters of type Artifact Modifier and Type Method Description private void
ConfigurationStaxWriter. writeArtifact(Artifact artifact, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
Method writeArtifact. -
Uses of Artifact in org.fedoraproject.xmvn.tools.install.impl
Methods in org.fedoraproject.xmvn.tools.install.impl that return Artifact Modifier and Type Method Description private static Artifact
EffectivePackagingRule. expandBackreferences(java.util.List<java.util.regex.Matcher> matchers, Artifact source)
Methods in org.fedoraproject.xmvn.tools.install.impl with parameters of type Artifact Modifier and Type Method Description private static Artifact
EffectivePackagingRule. expandBackreferences(java.util.List<java.util.regex.Matcher> matchers, Artifact source)
-