public class XMSExecutionWrapper extends Object
| Constructor and Description |
|---|
XMSExecutionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
computeXMSClasspath(String xmsPath) |
String |
prepareRunScript(String xmsWorkPath,
IXMSPublishConfig publishConfig) |
void |
prepareXMSConnectionProperties(String xmsDataPath,
IXMSPublishConfig publishConfig) |
void |
prepareXMSDirectory(java.nio.file.Path xmsToolsPath,
java.nio.file.Path workPath) |
boolean |
run(String xmsWorkPath,
IXMSPublishConfig publishConfig,
PrintStream consoleOutput)
Calls XMS Tools to execute a deploy
|
public boolean run(String xmsWorkPath, IXMSPublishConfig publishConfig, PrintStream consoleOutput)
xmsWorkPath - - Path to execution directory (should start empty).publishConfig - consoleOutput - public void prepareXMSDirectory(java.nio.file.Path xmsToolsPath, java.nio.file.Path workPath) throws IOException
IOExceptionpublic void prepareXMSConnectionProperties(String xmsDataPath, IXMSPublishConfig publishConfig) throws IOException
IOExceptionpublic String prepareRunScript(String xmsWorkPath, IXMSPublishConfig publishConfig) throws IOException
IOExceptionCopyright © 2004-2015 VILT Group. All Rights Reserved.