public interface DeploymentContext
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(InputStream resource,
String targetFile) |
void |
addInstallDependency(String packageName) |
void |
addPostInstallationScript(Reader reader) |
void |
runAfterInstallation(String script)
Run a shell script fragment after the installation or upgrade of the
package
|
void addInstallDependency(String packageName)
void addPostInstallationScript(Reader reader) throws IOException
IOExceptionvoid runAfterInstallation(String script)
script - the script fragment to runvoid addFile(InputStream resource, String targetFile) throws IOException
IOException