Uses of Class
org.fedoraproject.xmvn.config.PackagingRule
Packages that use PackagingRule
-
Uses of PackagingRule in org.fedoraproject.xmvn.config
Methods in org.fedoraproject.xmvn.config that return types with arguments of type PackagingRuleModifier and TypeMethodDescriptionConfiguration.getArtifactManagement()Method getArtifactManagement.Methods in org.fedoraproject.xmvn.config with parameters of type PackagingRuleModifier and TypeMethodDescriptionvoidConfiguration.addArtifactManagement(PackagingRule packagingRule) Method addArtifactManagement.voidConfiguration.removeArtifactManagement(PackagingRule packagingRule) Method removeArtifactManagement.Method parameters in org.fedoraproject.xmvn.config with type arguments of type PackagingRuleModifier and TypeMethodDescriptionvoidConfiguration.setArtifactManagement(List<PackagingRule> artifactManagement) Set this element configures how artifacts should be assigned to individual packages.