public interface AutoDeployer
extends java.io.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) |
AutoDeployer |
cloneAutoDeployer() |
default void |
close() |
static final int CODE_DEFAULT
static final int CODE_NOT_APPLICABLE
static final int CODE_SKIP_NEWER_VERSION
int autoDeploy(AutoDeploymentContext autoDeploymentContext) throws AutoDeployException
AutoDeployException
AutoDeployer cloneAutoDeployer() throws AutoDeployException
AutoDeployException
default void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
java.io.IOException