public class JavaDeploymentOptions extends DeploymentOptions
DeploymentOptions.InfoLogLevelDATA_KEY, OPTIONS_APPLEVEL_ABSOLUTE_OUTPUT_URL, OPTIONS_APPLEVEL_RELATIVE_OUTPUT_PATH, OPTIONS_CLEAN_BEFORE_COMPILE, OPTIONS_COMPILE_BEFORE_DEPLOY, OPTIONS_IGNORE_DEPENDENCIES, OPTIONS_LOG_INFO_LEVEL, OPTIONS_PROJECTLEVEL_ABSOLUTE_OUTPUT_URL, OPTIONS_PROJECTLEVEL_RELATIVE_OUTPUT_PATH_hash| Constructor and Description | 
|---|
JavaDeploymentOptions(HashStructure hash)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Integer | 
getDefaultDeployHeapSize()  | 
boolean | 
isAutoGenerateMar()
Deprecated.  
 | 
boolean | 
isForceJarRewrite()  | 
boolean | 
isIncludeDataSources()
Deprecated.  
 | 
void | 
setAutoGenerateMar(boolean autoGenerateMar)
Deprecated.  
 | 
void | 
setDefaultDeployHeapSize(java.lang.Integer defaultDeployHeapSize)  | 
void | 
setForceJarRewrite(boolean forceJarRewrite)  | 
void | 
setIncludeDataSources(boolean includeDataSources)
Deprecated.  
 | 
create, find, findOrCreate, getApplicationAbsoluteOutputURL, getApplicationRelativeOutputFolder, getDefault, getHashStructure, getInfoLogLevel, getProjectAbsoluteOutputURL, getProjectRelativeOutputFolder, isCleanBeforeCompile, isCompileBeforeDeploy, isIgnoreDependencies, isQuiet, isVerbose, setApplicationAbsoluteOutputURL, setApplicationRelativeOutputFolder, setCleanBeforeCompile, setCompileBeforeDeploy, setIgnoreDependencies, setInfoLogLevel, setProjectAbsoluteOutputURL, setProjectRelativeOutputFolderaddStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, removeStructureChangeListener, useObjectEqualspublic JavaDeploymentOptions(HashStructure hash)
public void setForceJarRewrite(boolean forceJarRewrite)
public boolean isForceJarRewrite()
public void setDefaultDeployHeapSize(java.lang.Integer defaultDeployHeapSize)
public java.lang.Integer getDefaultDeployHeapSize()
@Deprecated public void setAutoGenerateMar(boolean autoGenerateMar)
@Deprecated public boolean isAutoGenerateMar()
@Deprecated public void setIncludeDataSources(boolean includeDataSources)
@Deprecated public boolean isIncludeDataSources()