Uses of Class
org.fedoraproject.xmvn.config.PackagingRule
-
Packages that use PackagingRule Package Description org.fedoraproject.xmvn.config -
-
Uses of PackagingRule in org.fedoraproject.xmvn.config
Methods in org.fedoraproject.xmvn.config that return PackagingRule Modifier and Type Method Description PackagingRule
PackagingRule. clone()
Method clone.Methods in org.fedoraproject.xmvn.config that return types with arguments of type PackagingRule Modifier and Type Method Description java.util.List<PackagingRule>
Configuration. getArtifactManagement()
Method getArtifactManagement.Methods in org.fedoraproject.xmvn.config with parameters of type PackagingRule Modifier and Type Method Description void
Configuration. addArtifactManagement(PackagingRule packagingRule)
Method addArtifactManagement.void
Configuration. removeArtifactManagement(PackagingRule packagingRule)
Method removeArtifactManagement.Method parameters in org.fedoraproject.xmvn.config with type arguments of type PackagingRule Modifier and Type Method Description void
Configuration. setArtifactManagement(java.util.List<PackagingRule> artifactManagement)
Set this element configures how artifacts should be assigned to individual packages.
-