org.sonatype.tycho.p2.maven.repository.xmlio35
Class SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.sonatype.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


Constructor Summary
SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler, org.xml.sax.Attributes attributes)
           
 
Method Summary
 org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor[] getProcessingSteps()
           
 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
 

Constructor Detail

SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler

public SimpleArtifactRepositoryIO.Parser.ProcessingStepsHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler,
                                                                org.xml.sax.Attributes attributes)
Method Detail

getProcessingSteps

public org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor[] getProcessingSteps()

startElement

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


Copyright © 2008-2011. All Rights Reserved.