Class PullParser
java.lang.Object
org.apache.felix.bundlerepository.impl.RepositoryParser
org.apache.felix.bundlerepository.impl.PullParser
Repository XML xml based on StaX
-
Field Summary
Fields inherited from class RepositoryParser
CAPABILITY, CATEGORY, DEPTH, EXTEND, FILTER, ID, LASTMODIFIED, MULTIPLE, N, NAME, OBR_PARSER_CLASS, OPTIONAL, P, REFERRAL, REPOSITORY, REQUIRE, RESOURCE, T, URL, V -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(org.xmlpull.v1.XmlPullParser reader) parseCapability(org.xmlpull.v1.XmlPullParser reader) parseCategory(org.xmlpull.v1.XmlPullParser reader) parseProperty(org.xmlpull.v1.XmlPullParser reader) parseReferral(org.xmlpull.v1.XmlPullParser reader) parseRepository(InputStream is, String repositoryURI) parseRequire(org.xmlpull.v1.XmlPullParser reader) parseResource(org.xmlpull.v1.XmlPullParser reader) Methods inherited from class RepositoryParser
getParser
-
Constructor Details
-
PullParser
public PullParser()
-
-
Method Details
-
parseRepository
- Specified by:
parseRepositoryin classRepositoryParser- Throws:
Exception
-
parseRepository
- Specified by:
parseRepositoryin classRepositoryParser- Throws:
Exception
-
parseResource
- Specified by:
parseResourcein classRepositoryParser- Throws:
Exception
-
parseCapability
- Specified by:
parseCapabilityin classRepositoryParser- Throws:
Exception
-
parseProperty
- Specified by:
parsePropertyin classRepositoryParser- Throws:
Exception
-
parseRequirement
- Specified by:
parseRequirementin classRepositoryParser- Throws:
Exception
-
parse
- Throws:
Exception
-
parseReferral
-
parseResource
- Throws:
Exception
-
parseCategory
public String parseCategory(org.xmlpull.v1.XmlPullParser reader) throws IOException, org.xmlpull.v1.XmlPullParserException - Throws:
IOExceptionorg.xmlpull.v1.XmlPullParserException
-
parseCapability
- Throws:
Exception
-
parseProperty
- Throws:
Exception
-
parseRequire
- Throws:
Exception
-