org.rhq.enterprise.server.plugin.pc.content
Class ContentProviderPackageDetails
java.lang.Object
org.rhq.core.domain.content.PackageDetails
org.rhq.enterprise.server.plugin.pc.content.ContentProviderPackageDetails
- All Implemented Interfaces:
- java.io.Serializable
public class ContentProviderPackageDetails
- extends PackageDetails
These are the package details that a 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).
- Author:
- John Mazzitelli
- See Also:
- Serialized Form
| Methods inherited from class org.rhq.core.domain.content.PackageDetails |
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, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ContentProviderPackageDetails
public ContentProviderPackageDetails(ContentProviderPackageDetailsKey key)
getContentProviderPackageDetailsKey
public ContentProviderPackageDetailsKey getContentProviderPackageDetailsKey()
- Just a convienence method to return the key cast to the appropriate type.
- Returns:
- the key cast to the appropriate sub-type
getResourceVersions
public java.util.Set<java.lang.String> getResourceVersions()
setResourceVersions
public void setResourceVersions(java.util.Set<java.lang.String> resourceVersions)
addResourceVersion
public void addResourceVersion(java.lang.String version)
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.