Package org.eclipse.tycho.p2maven.io
Class SimpleArtifactRepositoryIO.Parser.ArtifactHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.eclipse.tycho.p2maven.io.SimpleArtifactRepositoryIO.Parser.ArtifactHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Enclosing class:
SimpleArtifactRepositoryIO.Parser
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler, Attributes attributes, Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinished()voidstartElement(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, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
ArtifactHandler
public ArtifactHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler, Attributes attributes, Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts)
-
-
Method Details
-
startElement
-
finished
protected void finished()
-