public interface AutoDeployer
extends Closeable
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_DEFAULT |
static int |
CODE_NOT_APPLICABLE |
static int |
CODE_SKIP_NEWER_VERSION |
| Modifier and Type | Method and Description |
|---|---|
int |
autoDeploy(AutoDeploymentContext autoDeploymentContext) |
default void |
close() |
void |
copyDependencyXml(String fileName,
String targetDir) |
void |
copyDependencyXml(String fileName,
String targetDir,
Map<String,String> filterMap) |
void |
copyDependencyXml(String fileName,
String targetDir,
Map<String,String> filterMap,
boolean overwrite) |
void |
copyXmls(File srcFile,
String displayName,
PluginPackage pluginPackage) |
Map<String,String> |
processPluginPackageProperties(File srcFile,
String displayName,
PluginPackage pluginPackage) |
static final int CODE_DEFAULT
static final int CODE_NOT_APPLICABLE
static final int CODE_SKIP_NEWER_VERSION
int autoDeploy(AutoDeploymentContext autoDeploymentContext) throws AutoDeployException
AutoDeployExceptiondefault void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionvoid copyDependencyXml(String fileName,
String targetDir)
throws Exception
Exceptionvoid copyDependencyXml(String fileName,
String targetDir,
Map<String,String> filterMap)
throws Exception
Exceptionvoid copyDependencyXml(String fileName,
String targetDir,
Map<String,String> filterMap,
boolean overwrite)
throws Exception
Exceptionvoid copyXmls(File srcFile,
String displayName,
PluginPackage pluginPackage)
throws Exception
ExceptionMap<String,String> processPluginPackageProperties(File srcFile,
String displayName,
PluginPackage pluginPackage)
throws Exception
Exception