|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.domain.content.PackageDetails
org.rhq.enterprise.server.plugin.pc.content.ContentProviderPackageDetails
public class ContentProviderPackageDetails
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).
| Constructor Summary | |
|---|---|
ContentProviderPackageDetails(ContentProviderPackageDetailsKey key)
|
|
| Method Summary | |
|---|---|
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)
|
| 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 |
| Constructor Detail |
|---|
public ContentProviderPackageDetails(ContentProviderPackageDetailsKey key)
| Method Detail |
|---|
public ContentProviderPackageDetailsKey getContentProviderPackageDetailsKey()
public Set<String> getResourceVersions()
public void setResourceVersions(Set<String> resourceVersions)
public void addResourceVersion(String version)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||