Class ArtifactsIO.Parser35M7.ArtifactsHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.eclipse.tycho.p2.maven.repository.xmlio.ArtifactsIO.Parser35M7.ArtifactsHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
- Enclosing class:
- ArtifactsIO.Parser35M7
protected class ArtifactsIO.Parser35M7.ArtifactsHandler extends org.xml.sax.helpers.DefaultHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor>
artifacts
-
Constructor Summary
Constructors Constructor Description ArtifactsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor>
getArtifacts()
protected void
handleRootAttributes(org.xml.sax.Attributes attributes)
void
startElement(java.lang.String name, org.xml.sax.Attributes attributes)
-
-
-
Method Detail
-
getArtifacts
public java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> getArtifacts()
-
startElement
public void startElement(java.lang.String name, org.xml.sax.Attributes attributes)
-
handleRootAttributes
protected void handleRootAttributes(org.xml.sax.Attributes attributes)
-
-