protected class SimpleArtifactRepositoryIO.Parser.ArtifactHandler
extends org.xml.sax.helpers.DefaultHandler
Modifier and Type | Field and Description |
---|---|
private java.util.Set |
artifacts |
(package private) org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor |
currentArtifact |
private SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler |
processingStepsHandler |
private org.eclipse.equinox.internal.p2.persistence.XMLParser.PropertiesHandler |
propertiesHandler |
private org.eclipse.equinox.internal.p2.persistence.XMLParser.PropertiesHandler |
repositoryPropertiesHandler |
private java.lang.String[] |
required |
Constructor and Description |
---|
ArtifactHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler,
org.xml.sax.Attributes attributes,
java.util.Set artifacts) |
Modifier and Type | Method and Description |
---|---|
protected void |
finished() |
void |
startElement(java.lang.String name,
org.xml.sax.Attributes attributes) |
private final java.lang.String[] required
private java.util.Set artifacts
org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor currentArtifact
private org.eclipse.equinox.internal.p2.persistence.XMLParser.PropertiesHandler propertiesHandler
private org.eclipse.equinox.internal.p2.persistence.XMLParser.PropertiesHandler repositoryPropertiesHandler
private SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler processingStepsHandler