public abstract class Package extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ISProxy |
is |
protected org.gcube.common.core.utils.logging.GCUBELog |
logger |
protected RepositoryManager |
rm |
protected RepositoryManagerFactory |
rmf |
protected org.gcube.common.core.scope.GCUBEScope |
scope |
| Constructor and Description |
|---|
Package() |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
getCoordinates() |
abstract String |
getDependencies() |
abstract String |
getLocation() |
abstract List<GCubePackage> |
getPackages() |
abstract List<GCubePackage> |
getPlugins() |
abstract String |
getSALocation() |
protected void |
initialize() |
abstract String |
register() |
abstract void |
unregister() |
protected ISProxy is
protected RepositoryManager rm
protected RepositoryManagerFactory rmf
protected org.gcube.common.core.scope.GCUBEScope scope
protected final org.gcube.common.core.utils.logging.GCUBELog logger
public abstract String getLocation() throws ServiceNotAvaiableFault
ServiceNotAvaiableFaultpublic abstract String getSALocation() throws ServiceNotAvaiableFault
ServiceNotAvaiableFaultpublic abstract String getDependencies() throws ServiceNotAvaiableFault
ServiceNotAvaiableFaultpublic abstract List<GCubePackage> getPackages() throws ServiceNotAvaiableFault
ServiceNotAvaiableFaultpublic abstract List<GCubePackage> getPlugins() throws ServiceNotAvaiableFault
ServiceNotAvaiableFaultpublic abstract String register() throws ServiceNotAvaiableFault
ServiceNotAvaiableFaultpublic abstract void unregister()
throws ServiceNotAvaiableFault
ServiceNotAvaiableFaultpublic Coordinates getCoordinates()
protected void initialize()
Copyright © 2015. All Rights Reserved.