Class SimpleArtifactRepositoryIO.Parser.ArtifactHandler

  • 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.ArtifactHandler
    extends org.xml.sax.helpers.DefaultHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtifactHandler​(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler, org.xml.sax.Attributes attributes, java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finished()  
      void startElement​(java.lang.String name, org.xml.sax.Attributes attributes)  
      • Methods inherited from class org.xml.sax.helpers.DefaultHandler

        endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • required

        private final java.lang.String[] required
      • artifacts

        private java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts
      • currentArtifact

        org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor currentArtifact
      • propertiesHandler

        private org.eclipse.equinox.internal.p2.persistence.XMLParser.PropertiesHandler propertiesHandler
      • repositoryPropertiesHandler

        private org.eclipse.equinox.internal.p2.persistence.XMLParser.PropertiesHandler repositoryPropertiesHandler
    • Constructor Detail

      • ArtifactHandler

        public ArtifactHandler​(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler,
                               org.xml.sax.Attributes attributes,
                               java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts)
    • Method Detail

      • startElement

        public void startElement​(java.lang.String name,
                                 org.xml.sax.Attributes attributes)
      • finished

        protected void finished()