Package org.apache.ivy.osgi.p2
Class P2ArtifactParser.ArtifactsHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.ivy.osgi.util.DelegatingHandler
org.apache.ivy.osgi.p2.P2ArtifactParser.ArtifactsHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- P2ArtifactParser
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.ivy.osgi.util.DelegatingHandler
DelegatingHandler.ChildElementHandler<DH extends DelegatingHandler>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArtifactsHandler
(P2Descriptor p2Descriptor, Map<OSGiFilter, String> artifactPatterns, String repoUrl) -
Method Summary
Methods inherited from class org.apache.ivy.osgi.util.DelegatingHandler
addChild, characters, doCharacters, doEndDocument, doEndElement, doEndPrefixMapping, doError, doFatalError, doIgnorableWhitespace, doNotationDecl, doProcessingInstruction, doSkippedEntity, doStartDocument, doStartElement, doStartPrefixMapping, doUnparsedEntityDecl, doWarning, endDocument, endElement, endPrefixMapping, error, fatalError, getBufferedChars, getCurrentElementIdentifier, getLocation, getLocator, getName, getOptionalAttribute, getOptionalBooleanAttribute, getOptionalIntAttribute, getOptionalLongAttribute, getParent, getRequiredAttribute, getRequiredBooleanAttribute, getRequiredIntAttribute, getRequiredLongAttribute, handleAttributes, ignorableWhitespace, isBufferingChar, log, log, notationDecl, processingInstruction, setBufferingChar, setDocumentLocator, setSkipOnError, skip, skippedEntity, startDocument, startElement, startPrefixMapping, stopDelegating, unparsedEntityDecl, warning
Methods inherited from class org.xml.sax.helpers.DefaultHandler
resolveEntity
-
Field Details
-
ARTIFACTS
- See Also:
-
-
Constructor Details
-
ArtifactsHandler
public ArtifactsHandler(P2Descriptor p2Descriptor, Map<OSGiFilter, String> artifactPatterns, String repoUrl)
-