public class GCubePackage extends Package
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.common.core.utils.logging.GCUBELog |
logger |
| Constructor and Description |
|---|
GCubePackage(Coordinates coordinates) |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
getCoordinates()
Return the current coordinates
|
String |
getDependencies()
Return an XML document that contains resolved and missing dependencies
ex:
|
String |
getDocLocation()
get javadoc location of the package
|
String |
getLocation()
Retrieve location of Package
|
List<GCubePackage> |
getPackages()
This method retrieves all packages that matches with the coordinates
|
List<GCubePackage> |
getPlugins()
this method retrieves all plugin coordinates matches with the coordinates
|
String |
getSALocation()
Retrieve location of softwareArchive identifies by coordinates
|
String |
register()
Register a profile in IS.
|
void |
unregister()
Unregister a profile in IS.
|
initializepublic GCubePackage(Coordinates coordinates) throws BadCoordinatesException
BadCoordinatesExceptionpublic String getLocation() throws ServiceNotAvaiableFault
getLocation in class PackageServiceNotAvaiableFaultpublic String getDocLocation() throws ServiceNotAvaiableFault
ServiceNotAvaiableFaultpublic String getSALocation() throws ServiceNotAvaiableFault
getSALocation in class PackageServiceNotAvaiableFaultpublic String getDependencies() throws ServiceNotAvaiableFault
getDependencies in class PackageServiceNotAvaiableFaultpublic List<GCubePackage> getPackages() throws ServiceNotAvaiableFault
getPackages in class PackageServiceNotAvaiableFaultpublic List<GCubePackage> getPlugins() throws ServiceNotAvaiableFault
getPlugins in class PackageServiceNotAvaiableFaultpublic String register()
public void unregister()
throws ServiceNotAvaiableFault
unregister in class PackageServiceNotAvaiableFaultpublic Coordinates getCoordinates()
getCoordinates in class PackageCopyright © 2014. All Rights Reserved.