|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of RemotePackageInfo in org.rhq.enterprise.server.plugins.url |
|---|
| Subclasses of RemotePackageInfo in org.rhq.enterprise.server.plugins.url | |
|---|---|
class |
FullRemotePackageInfo
Contains the full metadata about package content. |
| Methods in org.rhq.enterprise.server.plugins.url that return types with arguments of type RemotePackageInfo | |
|---|---|
protected Map<String,RemotePackageInfo> |
UrlProvider.getRemotePackageInfosFromIndex()
Returns info on all the files listed in the index file. |
protected Map<String,RemotePackageInfo> |
XmlIndexParser.jaxbParse(InputStream indexStream,
URL indexUrl,
String rootUrlString)
|
Map<String,RemotePackageInfo> |
SimpleIndexParser.parse(InputStream indexStream,
UrlProvider contentSource)
|
Map<String,RemotePackageInfo> |
XmlIndexParser.parse(InputStream indexStream,
UrlProvider contentSource)
|
Map<String,RemotePackageInfo> |
IndexParser.parse(InputStream indexStream,
UrlProvider contentSource)
Given an input stream containing the index data, this will parse that data and return the parsed information. |
| Methods in org.rhq.enterprise.server.plugins.url with parameters of type RemotePackageInfo | |
|---|---|
protected ContentProviderPackageDetails |
UrlProvider.createPackage(RemotePackageInfo rpi)
Created the package details given the remote package information. |
protected RemotePackageInfo.SupportedPackageType |
UrlProvider.determinePackageType(RemotePackageInfo rpi)
|
protected void |
UrlProvider.syncPackage(PackageSyncReport report,
List<ContentProviderPackageDetails> packages,
RemotePackageInfo rpi)
Builds up the report of packages by adding to it the content that is being processed. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||