public class ContentProviderPackageDetailsKey
extends org.rhq.core.domain.content.PackageDetailsKey
ContentProvider will use when referring to package
versions it finds in the remote repository. It is the same as PackageDetailsKey with the addition of a
resource type natural key (which is name and agent plugin name), since that is needed to make package types unique
(along with the package type name itself, which is specified in the PackageDetailsKey superclass).| Constructor and Description |
|---|
ContentProviderPackageDetailsKey(String name,
String version,
String packageTypeName,
String architectureName,
String resourceTypeName,
String resourceTypePluginName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getResourceTypeName()
The name of the
ResourceType that this package's type belongs to. |
String |
getResourceTypePluginName()
The name of the plugin that defined the
ResourceType that this package's type belongs to. |
int |
hashCode() |
String |
toString() |
public String getResourceTypeName()
ResourceType that this package's type belongs to. Package types are usually defined and
supported by a particular ResourceType, this name is part of the natural key of a resource type. See
plugin name for the other part.public String getResourceTypePluginName()
ResourceType that this package's type belongs to. Package
types are usually defined and supported by a particular ResourceType, this plugin name is part of the natural key
of a resource type. See resource type name for the other part.public String toString()
toString in class org.rhq.core.domain.content.PackageDetailsKeypublic int hashCode()
hashCode in class org.rhq.core.domain.content.PackageDetailsKeypublic boolean equals(Object obj)
equals in class org.rhq.core.domain.content.PackageDetailsKeyCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.