public class JarDeployment extends JavaDeployment
context_, lock_, shell_DEPLOYMENT_MODULE_FACTORYKEY_CONTEXT, KEY_DEPLOY_ELEMENT, KEY_DEPLOYMENT_OPTIONS, KEY_IS_HEADLESS, KEY_PLATFORM, KEY_PRINT_TIME_MESSAGES, KEY_RUNNABLE_OBJECT, KEY_STATEFUL_DEPLOYMENT, KEY_SUPPRESS_STARTFINISH_MESSAGES| Modifier | Constructor and Description |
|---|---|
protected |
JarDeployment(Context context) |
|
JarDeployment(DeployShell shell) |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentModule |
getDeploymentModule(DeployShell shell,
Profile profile)
Deprecated.
Use ArchiveProfile.getDeploymentModule()
|
static JarDeployment |
getInstance(Context context) |
static JarDeployment |
getInstance(DeployShell shell) |
JarURLRedirect |
getJarURLRedirect() |
JarDeployment |
getRoot() |
boolean |
isIncludeDependenciesInClassPath() |
protected JarDeployment |
newAdapter(DeployShell shell) |
JarDeployment |
newChildShell()
Creates a child
DeployShell and a new ShellAdapter for it. |
static void |
setDeploymentModule(DeployShell shell,
Profile profile,
DeploymentModule module)
Deprecated.
use ArchiveDeployer.getDeploymentModule()
|
void |
setIncludeDependenciesInClassPath(boolean include) |
void |
setJarURLRedirect(JarURLRedirect redirect) |
getDeploymentModuleFactory, setDeploymentModuleFactoryfind, findFlag, get, getContext, getDeployElement, getDeployException, getDeploymentOptions, getDeploymentOptions, getDeploymentOptionsHash, getDeploymentProgressObject, getLogger, getOrCreateDeploymentOptions, getOrCreateDeploymentOptions, getPlatform, getPrintTimeMessages, getProfile, getShell, isDeploying, isDeploying, isHeadlessDeployment, isProfileBasedDeployment, isStatefulDeployment, isSuppressDeploymentStartFinishMessage, newChildShell, put, remove, setDeployElement, setDeployException, setDeploymentOptions, setDeploymentOptions, setLogger, setPlatform, setPrintTimeMessages, setProfile, setStatefulDeployment, setSuppressDeploymentStartFinishMessagepublic JarDeployment(DeployShell shell)
protected JarDeployment(Context context)
public static JarDeployment getInstance(DeployShell shell)
public static JarDeployment getInstance(Context context)
public JarDeployment getRoot()
getRoot in class JavaDeploymentprotected JarDeployment newAdapter(DeployShell shell)
newAdapter in class JavaDeploymentpublic JarDeployment newChildShell()
ShellAdapterDeployShell and a new ShellAdapter for it. The child inherits all
properties set in the parent Shell unless overridden. To override, use any of the
setXXX() methods on the child.newChildShell in class JavaDeploymentpublic boolean isIncludeDependenciesInClassPath()
public void setIncludeDependenciesInClassPath(boolean include)
public JarURLRedirect getJarURLRedirect()
public void setJarURLRedirect(JarURLRedirect redirect)
@Deprecated public static DeploymentModule getDeploymentModule(DeployShell shell, Profile profile)
@Deprecated public static void setDeploymentModule(DeployShell shell, Profile profile, DeploymentModule module)
module -