public interface DeployService
| Modifier and Type | Method and Description |
|---|---|
File |
createEmptyZip(String processID,
String mandatorID,
String groupID,
String artifactID)
Creates the default structure in the temporary directory and make a ZIP file
|
File |
zipFromData(String processID,
String mandatorID,
String groupID,
String artifactID)
Creates the default structure in the temporary directory and copies the files into
the structure and makes a ZIP file from it.
|
void |
zipToData(String processID,
String mandatorID,
String groupID,
String artifactID,
String zipFileName)
Creates the structure from a ZIP file and copies the files to the target.
|
File createEmptyZip(String processID, String mandatorID, String groupID, String artifactID) throws IOException
processID - The id of the processmandatorID - The id of the mandatorgroupID - The id of the groupartifactID - The id of the artifactIOExceptionFile zipFromData(String processID, String mandatorID, String groupID, String artifactID) throws IOException
processID - The id of the processmandatorID - The id of the mandatorgroupID - The id of the groupartifactID - The id of the artifactIOExceptionvoid zipToData(String processID, String mandatorID, String groupID, String artifactID, String zipFileName) throws IOException
processID - The id of the processmandatorID - The id of the mandatorgroupID - The id of the groupartifactID - The id of the artifactzipFileName - The name of the ZIP file to processIOExceptionCopyright © 2015. All rights reserved.