Class SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.eclipse.tycho.p2.maven.repository.xmlio35.SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
- Enclosing class:
- SimpleArtifactRepositoryIO.Parser
protected class SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler extends org.xml.sax.helpers.DefaultHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor>
processingSteps
-
Constructor Summary
Constructors Constructor Description ProcessingStepsHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler, org.xml.sax.Attributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor[]
getProcessingSteps()
void
startElement(java.lang.String name, org.xml.sax.Attributes attributes)
-