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 ArtifactPackagingRule. artifactGlobPattern 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. aliasesField aliases.private java.util.List<Artifact>ResolverSettings. blacklistField blacklist.private java.util.List<Artifact>BuildSettings. skippedPluginsField skippedPlugins.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. -
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 ArtifactConfigurationStaxReader. 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 voidConfigurationStaxWriter. 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 ArtifactEffectivePackagingRule. 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 ArtifactEffectivePackagingRule. expandBackreferences(java.util.List<java.util.regex.Matcher> matchers, Artifact source)
-