private final class SimpleArtifactRepositoryIO.Parser.RepositoryHandler
extends org.xml.sax.helpers.DefaultHandler
Modifier and Type | Field and Description |
---|---|
private SimpleArtifactRepositoryIO.Parser.ArtifactsHandler |
artifactsHandler |
private java.lang.String[] |
attrValues |
private SimpleArtifactRepositoryIO.Parser.MappingRulesHandler |
mappingRulesHandler |
private java.lang.String[] |
optional |
private org.eclipse.equinox.internal.p2.persistence.XMLParser.PropertiesHandler |
propertiesHandler |
private java.lang.String[] |
required |
Constructor and Description |
---|
RepositoryHandler() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository |
getRepository() |
protected void |
handleRootAttributes(org.xml.sax.Attributes attributes) |
void |
startElement(java.lang.String name,
org.xml.sax.Attributes attributes) |
private final java.lang.String[] required
private final java.lang.String[] optional
private java.lang.String[] attrValues
private SimpleArtifactRepositoryIO.Parser.MappingRulesHandler mappingRulesHandler
private org.eclipse.equinox.internal.p2.persistence.XMLParser.PropertiesHandler propertiesHandler
private SimpleArtifactRepositoryIO.Parser.ArtifactsHandler artifactsHandler
public org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository getRepository()
protected void handleRootAttributes(org.xml.sax.Attributes attributes)
public void startElement(java.lang.String name, org.xml.sax.Attributes attributes)