public class ContentProviderPackageDetails
extends org.rhq.core.domain.content.PackageDetails
ContentProvider will use when refering to package versions it finds
in the remote repository. It is the same as PackageDetails with the addition of a resource type name, since
that is needed to make package types unique (along with the package type name itself, which is specified in the
PackageDetails superclass).| Constructor and Description |
|---|
ContentProviderPackageDetails(ContentProviderPackageDetailsKey key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceVersion(String version) |
ContentProviderPackageDetailsKey |
getContentProviderPackageDetailsKey()
Just a convienence method to return the key cast to the appropriate type.
|
Set<String> |
getResourceVersions() |
void |
setResourceVersions(Set<String> resourceVersions) |
equals, getArchitectureName, getClassification, getDisplayName, getDisplayVersion, getExtraProperties, getFileCreatedDate, getFileName, getFileSize, getKey, getLicenseName, getLicenseVersion, getLocation, getLongDescription, getMD5, getMetadata, getName, getPackageTypeName, getSHA256, getShortDescription, getVersion, hashCode, setClassification, setDisplayName, setDisplayVersion, setExtraProperties, setFileCreatedDate, setFileName, setFileSize, setLicenseName, setLicenseVersion, setLocation, setLongDescription, setMD5, setMetadata, setSHA256, setShortDescription, toStringpublic ContentProviderPackageDetails(ContentProviderPackageDetailsKey key)
public ContentProviderPackageDetailsKey getContentProviderPackageDetailsKey()
public void addResourceVersion(String version)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.