|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.vremanagement.softwaregateway.impl.packages.Package
org.gcube.vremanagement.softwaregateway.impl.packages.GCubePackage
public class GCubePackage
| Field Summary | |
|---|---|
protected org.gcube.common.core.utils.logging.GCUBELog |
logger
|
| Fields inherited from class org.gcube.vremanagement.softwaregateway.impl.packages.Package |
|---|
is, rm, rmf, scope |
| Constructor Summary | |
|---|---|
GCubePackage(Coordinates coordinates)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.gcube.vremanagement.softwaregateway.impl.packages.Package |
|---|
initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.gcube.common.core.utils.logging.GCUBELog logger
| Constructor Detail |
|---|
public GCubePackage(Coordinates coordinates)
throws BadCoordinatesException
BadCoordinatesException| Method Detail |
|---|
public String getLocation()
throws ServiceNotAvaiableFault
getLocation in class PackageServiceNotAvaiableFault
public String getDocLocation()
throws ServiceNotAvaiableFault
ServiceNotAvaiableFault
public String getSALocation()
throws ServiceNotAvaiableFault
getSALocation in class PackageServiceNotAvaiableFault
public String getDependencies()
throws ServiceNotAvaiableFault
getDependencies in class PackageServiceNotAvaiableFault
public List<GCubePackage> getPackages()
throws ServiceNotAvaiableFault
getPackages in class PackageServiceNotAvaiableFault
public List<GCubePackage> getPlugins()
throws ServiceNotAvaiableFault
getPlugins in class PackageServiceNotAvaiableFaultpublic String register()
register in class Package
public void unregister()
throws ServiceNotAvaiableFault
unregister in class PackageServiceNotAvaiableFaultpublic Coordinates getCoordinates()
getCoordinates in class Package
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||