public class RemotePackageInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemotePackageInfo.SupportedPackageType |
| Constructor and Description |
|---|
RemotePackageInfo(String location,
URL url,
String sha256) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
String |
getSHA256() |
RemotePackageInfo.SupportedPackageType |
getSupportedPackageType()
If this package info knows it, this will return the package type that supports this package.
|
URL |
getUrl() |
void |
setSupportedPackageType(RemotePackageInfo.SupportedPackageType type) |
String |
toString() |
public String getLocation()
public URL getUrl()
public String getSHA256()
public RemotePackageInfo.SupportedPackageType getSupportedPackageType()
null.null if not knownpublic void setSupportedPackageType(RemotePackageInfo.SupportedPackageType type)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.