org.rhq.enterprise.server.plugins.url
Class RemotePackageInfo
java.lang.Object
org.rhq.enterprise.server.plugins.url.RemotePackageInfo
- Direct Known Subclasses:
- FullRemotePackageInfo
public class RemotePackageInfo
- extends Object
RemotePackageInfo
public RemotePackageInfo(String location,
URL url,
String md5)
getLocation
public String getLocation()
getUrl
public URL getUrl()
getMD5
public String getMD5()
getSupportedPackageType
public RemotePackageInfo.SupportedPackageType getSupportedPackageType()
- If this package info knows it, this will return the package type that supports this package.
If this package info does not know its package type information, this will return
null.
- Returns:
- known package type that supports this package or
null if not known
setSupportedPackageType
public void setSupportedPackageType(RemotePackageInfo.SupportedPackageType type)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.