Uses of Class
org.apache.ivy.core.module.descriptor.MDArtifact
-
Packages that use MDArtifact Package Description org.apache.ivy.plugins.parser.xml -
-
Uses of MDArtifact in org.apache.ivy.plugins.parser.xml
Fields in org.apache.ivy.plugins.parser.xml declared as MDArtifact Modifier and Type Field Description private MDArtifact
XmlModuleDescriptorParser.Parser. artifact
Methods in org.apache.ivy.plugins.parser.xml that return MDArtifact Modifier and Type Method Description protected MDArtifact
XmlModuleDescriptorParser.Parser. getArtifact()
Methods in org.apache.ivy.plugins.parser.xml with parameters of type MDArtifact Modifier and Type Method Description protected void
XmlModuleDescriptorParser.Parser. setArtifact(MDArtifact artifact)
-