Package org.apache.ivy.osgi.p2
Class P2ArtifactParser.RepositoryHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.apache.ivy.osgi.util.DelegatingHandler
-
- org.apache.ivy.osgi.p2.P2ArtifactParser.RepositoryHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
- Enclosing class:
- P2ArtifactParser
private static class P2ArtifactParser.RepositoryHandler extends DelegatingHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ivy.osgi.util.DelegatingHandler
DelegatingHandler.ChildElementHandler<DH extends DelegatingHandler>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<OSGiFilter,java.lang.String>
artifactPatterns
private static java.lang.String
REPOSITORY
-
Constructor Summary
Constructors Constructor Description RepositoryHandler(P2Descriptor p2Descriptor, java.lang.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
-
-
-
-
Field Detail
-
REPOSITORY
private static final java.lang.String REPOSITORY
- See Also:
- Constant Field Values
-
artifactPatterns
private java.util.Map<OSGiFilter,java.lang.String> artifactPatterns
-
-
Constructor Detail
-
RepositoryHandler
public RepositoryHandler(P2Descriptor p2Descriptor, java.lang.String repoUrl)
-
-