|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.deployer.DTSProgramDeployer
public class DTSProgramDeployer
Programs.| Constructor Summary | |
|---|---|
DTSProgramDeployer(String DTS_LIBS_PATH)
Initializes the DTSProgramDeployer. |
|
| Method Summary | |
|---|---|
void |
deployPackages(ArrayList<SoftwarePackage> packages)
Deploys packages. |
ClassLoader |
getClassLoader()
Returns the class loader which also looks in the DTS_LIBS_PATH directory. |
String |
getDTSLibsPath()
Returns the DTS_LIBS_PATH. |
static void |
main(String[] args)
Just a testing method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DTSProgramDeployer(String DTS_LIBS_PATH)
throws Exception
DTS_LIBS_PATH - Sets the the DTS_LIBS_PATH.
Exception - If DTSProgramDeployer could not be initialized.| Method Detail |
|---|
public static void main(String[] args)
throws Exception
args - Arguments of main method.
Exception - If deployer failed to deploy packages.public String getDTSLibsPath()
public void deployPackages(ArrayList<SoftwarePackage> packages)
throws Exception
packages - List with the packages that will be deployed.
Exception - If an error occurred in deploying the packages.public ClassLoader getClassLoader()
Returns the class loader which also looks in the DTS_LIBS_PATH directory.
Note: It is not safe to return the cl and keep references to it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||