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
AutoDeployException
AutoDeployer cloneAutoDeployer() throws AutoDeployException
AutoDeployException
default void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException