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. exclusions
Field exclusions.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. -
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 DependencyExclusion
MetadataStaxReader. 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 void
MetadataStaxWriter. 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 void
EffectivePomGenerator. addExclusion(org.w3c.dom.Document document, org.w3c.dom.Element exclusions, DependencyExclusion exclusion)
-