Uses of Class
org.fedoraproject.xmvn.metadata.DependencyExclusion
-
Packages that use DependencyExclusion Package Description org.fedoraproject.xmvn.metadata -
-
Uses of DependencyExclusion in org.fedoraproject.xmvn.metadata
Methods in org.fedoraproject.xmvn.metadata that return DependencyExclusion Modifier and Type Method Description DependencyExclusion
DependencyExclusion. clone()
Method clone.Methods in org.fedoraproject.xmvn.metadata that return types with arguments of type DependencyExclusion Modifier and Type Method Description java.util.List<DependencyExclusion>
Dependency. getExclusions()
Method getExclusions.Methods in org.fedoraproject.xmvn.metadata with parameters of type DependencyExclusion Modifier and Type Method Description void
Dependency. addExclusion(DependencyExclusion dependencyExclusion)
Method addExclusion.void
Dependency. removeExclusion(DependencyExclusion dependencyExclusion)
Method removeExclusion.Method parameters in org.fedoraproject.xmvn.metadata with type arguments of type DependencyExclusion Modifier and Type Method Description void
Dependency. setExclusions(java.util.List<DependencyExclusion> exclusions)
Set list of dependency exclusions.
-