org.apache.ivy.plugins.parser.xml
Class XmlModuleDescriptorParser.Parser
public static
class
XmlModuleDescriptorParser.Parser
extends AbstractParser
Method Summary |
protected void | addConfiguration(String c) |
protected void | addDependencyArtifacts(String tag, Attributes attributes) |
protected void | addExcludeRule(String tag, Attributes attributes) |
protected void | addIncludeRule(String tag, Attributes attributes) |
protected void | artifactStarted(String qName, Attributes attributes) |
void | characters(char[] ch, int start, int length) |
protected void | checkConfigurations() |
protected void | configurationStarted(Attributes attributes) |
protected void | confStarted(Attributes attributes) |
protected void | dependenciesStarted(Attributes attributes) |
protected void | dependencyStarted(Attributes attributes) |
void | endElement(String uri, String localName, String qName) |
protected MDArtifact | getArtifact() |
protected StringBuffer | getBuffer() |
protected String | getConf() |
protected ConfigurationAware | getConfAware() |
protected DefaultDependencyDescriptor | getDd() |
protected PatternMatcher | getDefaultMatcher() |
protected InputStream | getDescriptorInput() |
protected URL | getDescriptorURL() |
protected String | getDescriptorVersion() |
protected PatternMatcher | getPatternMatcher(String m) |
protected String[] | getPublicationsDefaultConf() |
protected URL | getSchemaURL() |
protected ParserSettings | getSettings() |
protected int | getState() |
protected void | includeConfStarted(Attributes attributes) |
protected void | infoStarted(Attributes attributes) |
protected boolean | isArtifactsDeclared() |
protected boolean | isOtherNamespace(String qName) |
protected boolean | isValidate() |
protected void | ivyModuleStarted(Attributes attributes) |
protected void | managerStarted(Attributes attributes, String managerAtt) |
protected void | mediationOverrideStarted(Attributes attributes) |
void | parse() |
protected void | parseRule(String tag, Attributes attributes) |
protected void | publicationsStarted(Attributes attributes) |
protected void | replaceConfigurationWildcards() |
protected void | setArtifact(MDArtifact artifact) |
protected void | setArtifactsDeclared(boolean artifactsDeclared) |
protected void | setBuffer(StringBuffer buffer) |
protected void | setConf(String conf) |
protected void | setConfAware(ConfigurationAware confAware) |
protected void | setDd(DefaultDependencyDescriptor dd) |
protected void | setDescriptorVersion(String descriptorVersion) |
void | setInput(InputStream descriptorInput) |
void | setInput(URL descriptorURL) |
protected void | setPublicationsDefaultConf(String defaultConf) |
protected void | setPublicationsDefaultConf(String[] publicationsDefaultConf) |
protected void | setState(int state) |
void | setValidate(boolean validate) |
void | startElement(String uri, String localName, String qName, Attributes attributes) |
protected static final List ALLOWED_VERSIONS
protected void addConfiguration(String c)
protected void addDependencyArtifacts(String tag, Attributes attributes)
protected void addExcludeRule(String tag, Attributes attributes)
protected void addIncludeRule(String tag, Attributes attributes)
protected void artifactStarted(String qName, Attributes attributes)
public void characters(char[] ch, int start, int length)
protected void checkConfigurations()
protected void configurationStarted(Attributes attributes)
protected void confStarted(Attributes attributes)
protected void dependenciesStarted(Attributes attributes)
protected void dependencyStarted(Attributes attributes)
public void endElement(String uri, String localName, String qName)
protected StringBuffer getBuffer()
protected String getConf()
protected InputStream getDescriptorInput()
protected URL getDescriptorURL()
protected String getDescriptorVersion()
protected String[] getPublicationsDefaultConf()
protected URL getSchemaURL()
protected int getState()
protected void includeConfStarted(Attributes attributes)
protected void infoStarted(Attributes attributes)
protected boolean isArtifactsDeclared()
protected boolean isOtherNamespace(String qName)
protected boolean isValidate()
protected void ivyModuleStarted(Attributes attributes)
protected void managerStarted(Attributes attributes, String managerAtt)
protected void mediationOverrideStarted(Attributes attributes)
public void parse()
protected void parseRule(String tag, Attributes attributes)
protected void publicationsStarted(Attributes attributes)
protected void replaceConfigurationWildcards()
protected void setArtifactsDeclared(boolean artifactsDeclared)
protected void setBuffer(StringBuffer buffer)
protected void setConf(String conf)
protected void setDescriptorVersion(String descriptorVersion)
public void setInput(InputStream descriptorInput)
public void setInput(URL descriptorURL)
protected void setPublicationsDefaultConf(String defaultConf)
protected void setPublicationsDefaultConf(String[] publicationsDefaultConf)
protected void setState(int state)
public void setValidate(boolean validate)
public void startElement(String uri, String localName, String qName, Attributes attributes)