Uses of Class
org.fedoraproject.xmvn.metadata.DependencyExclusion
-
Packages that use DependencyExclusion Package Description org.fedoraproject.xmvn.metadata org.fedoraproject.xmvn.metadata.io.stax org.fedoraproject.xmvn.resolver.impl -
-
Uses of DependencyExclusion in org.fedoraproject.xmvn.metadata
Fields in org.fedoraproject.xmvn.metadata with type parameters of type DependencyExclusion Modifier and Type Field Description private java.util.List<DependencyExclusion>Dependency. exclusionsField exclusions.Methods in org.fedoraproject.xmvn.metadata that return DependencyExclusion Modifier and Type Method Description DependencyExclusionDependencyExclusion. 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 voidDependency. addExclusion(DependencyExclusion dependencyExclusion)Method addExclusion.voidDependency. removeExclusion(DependencyExclusion dependencyExclusion)Method removeExclusion.Method parameters in org.fedoraproject.xmvn.metadata with type arguments of type DependencyExclusion Modifier and Type Method Description voidDependency. setExclusions(java.util.List<DependencyExclusion> exclusions)Set list of dependency exclusions. -
Uses of DependencyExclusion in org.fedoraproject.xmvn.metadata.io.stax
Methods in org.fedoraproject.xmvn.metadata.io.stax that return DependencyExclusion Modifier and Type Method Description private DependencyExclusionMetadataStaxReader. parseDependencyExclusion(javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)Method parseDependencyExclusion.Methods in org.fedoraproject.xmvn.metadata.io.stax with parameters of type DependencyExclusion Modifier and Type Method Description private voidMetadataStaxWriter. writeDependencyExclusion(DependencyExclusion dependencyExclusion, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)Method writeDependencyExclusion. -
Uses of DependencyExclusion in org.fedoraproject.xmvn.resolver.impl
Methods in org.fedoraproject.xmvn.resolver.impl with parameters of type DependencyExclusion Modifier and Type Method Description private voidEffectivePomGenerator. addExclusion(org.w3c.dom.Document document, org.w3c.dom.Element exclusions, DependencyExclusion exclusion)
-