Class SimpleArtifactRepositoryIO.Parser.ArtifactsHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.eclipse.tycho.p2.maven.repository.xmlio35.SimpleArtifactRepositoryIO.Parser.ArtifactsHandler
-
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- SimpleArtifactRepositoryIO.Parser
protected class SimpleArtifactRepositoryIO.Parser.ArtifactsHandler extends DefaultHandler
-
-
Constructor Summary
Constructors Constructor Description ArtifactsHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler, Attributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor>
getArtifacts()
void
startElement(String name, Attributes attributes)
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
ArtifactsHandler
public ArtifactsHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler, Attributes attributes)
-
-
Method Detail
-
getArtifacts
public Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> getArtifacts()
-
startElement
public void startElement(String name, Attributes attributes)
-
-