public class PullParser extends RepositoryParser
CAPABILITY, CATEGORY, DEPTH, EXTEND, FILTER, ID, LASTMODIFIED, MULTIPLE, N, NAME, OBR_PARSER_CLASS, OPTIONAL, P, REFERRAL, REPOSITORY, REQUIRE, RESOURCE, T, URL, V
Constructor and Description |
---|
PullParser() |
Modifier and Type | Method and Description |
---|---|
RepositoryImpl |
parse(org.xmlpull.v1.XmlPullParser reader) |
CapabilityImpl |
parseCapability(java.io.Reader r) |
CapabilityImpl |
parseCapability(org.xmlpull.v1.XmlPullParser reader) |
java.lang.String |
parseCategory(org.xmlpull.v1.XmlPullParser reader) |
PropertyImpl |
parseProperty(java.io.Reader r) |
PropertyImpl |
parseProperty(org.xmlpull.v1.XmlPullParser reader) |
Referral |
parseReferral(org.xmlpull.v1.XmlPullParser reader) |
RepositoryImpl |
parseRepository(java.io.InputStream is,
java.lang.String repositoryURI) |
RepositoryImpl |
parseRepository(java.io.Reader r) |
RequirementImpl |
parseRequire(org.xmlpull.v1.XmlPullParser reader) |
RequirementImpl |
parseRequirement(java.io.Reader r) |
ResourceImpl |
parseResource(java.io.Reader r) |
ResourceImpl |
parseResource(org.xmlpull.v1.XmlPullParser reader) |
getParser
public RepositoryImpl parseRepository(java.io.InputStream is, java.lang.String repositoryURI) throws java.lang.Exception
parseRepository
in class RepositoryParser
java.lang.Exception
public RepositoryImpl parseRepository(java.io.Reader r) throws java.lang.Exception
parseRepository
in class RepositoryParser
java.lang.Exception
public ResourceImpl parseResource(java.io.Reader r) throws java.lang.Exception
parseResource
in class RepositoryParser
java.lang.Exception
public CapabilityImpl parseCapability(java.io.Reader r) throws java.lang.Exception
parseCapability
in class RepositoryParser
java.lang.Exception
public PropertyImpl parseProperty(java.io.Reader r) throws java.lang.Exception
parseProperty
in class RepositoryParser
java.lang.Exception
public RequirementImpl parseRequirement(java.io.Reader r) throws java.lang.Exception
parseRequirement
in class RepositoryParser
java.lang.Exception
public RepositoryImpl parse(org.xmlpull.v1.XmlPullParser reader) throws java.lang.Exception
java.lang.Exception
public Referral parseReferral(org.xmlpull.v1.XmlPullParser reader) throws java.lang.Exception
java.lang.Exception
public ResourceImpl parseResource(org.xmlpull.v1.XmlPullParser reader) throws java.lang.Exception
java.lang.Exception
public java.lang.String parseCategory(org.xmlpull.v1.XmlPullParser reader) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
java.io.IOException
org.xmlpull.v1.XmlPullParserException
public CapabilityImpl parseCapability(org.xmlpull.v1.XmlPullParser reader) throws java.lang.Exception
java.lang.Exception
public PropertyImpl parseProperty(org.xmlpull.v1.XmlPullParser reader) throws java.lang.Exception
java.lang.Exception
public RequirementImpl parseRequire(org.xmlpull.v1.XmlPullParser reader) throws java.lang.Exception
java.lang.Exception
Copyright © 2006-2017 The Apache Software Foundation. All Rights Reserved.