| Constructor and Description |
|---|
DTSProgramDeployer(String DTS_LIBS_PATH)
Initializes the DTSProgramDeployer.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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.
Copyright © 2014. All Rights Reserved.