Uses of Class
org.apache.felix.bundlerepository.impl.RepositoryImpl
-
Packages that use RepositoryImpl Package Description org.apache.felix.bundlerepository.impl -
-
Uses of RepositoryImpl in org.apache.felix.bundlerepository.impl
Methods in org.apache.felix.bundlerepository.impl that return RepositoryImpl Modifier and Type Method Description RepositoryImpl
RepositoryAdminImpl. addRepository(java.net.URL url, int hopCount)
RepositoryImpl
PullParser. parse(org.xmlpull.v1.XmlPullParser reader)
static RepositoryImpl
SpecXMLPullParser. parse(org.xmlpull.v1.XmlPullParser reader, java.lang.String repositoryURI)
RepositoryImpl
PullParser. parseRepository(java.io.InputStream is, java.lang.String repositoryURI)
RepositoryImpl
PullParser. parseRepository(java.io.Reader r)
abstract RepositoryImpl
RepositoryParser. parseRepository(java.io.InputStream is, java.lang.String repositoryURI)
abstract RepositoryImpl
RepositoryParser. parseRepository(java.io.Reader r)
RepositoryImpl
StaxParser. parseRepository(java.io.InputStream is, java.lang.String repositoryURI)
RepositoryImpl
StaxParser. parseRepository(java.io.Reader r)
RepositoryImpl
StaxParser. parseRepository(javax.xml.stream.XMLStreamReader reader)
RepositoryImpl
DataModelHelperImpl. repository(java.io.InputStream is, java.lang.String uri)
-