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) |
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
AutoDeployExceptionAutoDeployer cloneAutoDeployer() throws AutoDeployException
AutoDeployExceptiondefault void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOException