
protected static class DevMode.HostedModeOptionsImpl extends DevModeBase.HostedModeBaseOptionsImpl implements DevMode.HostedModeOptions
OptionMethodNameDisplayMode.ModeOPTIMIZE_LEVEL_DEFAULT, OPTIMIZE_LEVEL_DRAFT, OPTIMIZE_LEVEL_MAX| Modifier | Constructor and Description |
|---|---|
protected |
HostedModeOptionsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addModuleName(String moduleName)
Sets the name of the module.
|
void |
copyFrom(CompileTaskOptions other) |
File |
getCompilerWorkDir(String moduleName) |
File |
getDeployDir()
Returns the deploy directory.
|
File |
getExtraDir()
Returns the extra resource directory.
|
Properties |
getFinalProperties()
Returns the final properties.
|
int |
getLocalWorkers()
Returns the number of workers to run on this machine.
|
TreeLogger.Type |
getLogLevel()
Returns the tree logger level.
|
File |
getModuleBaseDir()
Returns the path of the webserver root context.
|
List<String> |
getModuleNames()
Returns the list of module names.
|
File |
getSaveSourceOutput()
Returns the directory or jar where the GWT compiler should write the source code,
or null if the source files shouldn't be written.
|
ServletContainerLauncher |
getServletContainerLauncher() |
String |
getServletContainerLauncherArgs() |
File |
getWarDir()
Returns the output directory.
|
File |
getWorkDir()
Returns the compiler work directory.
|
boolean |
isClosureCompilerFormatEnabled() |
boolean |
isSuperDevMode() |
void |
setClosureCompilerFormatEnabled(boolean enabled) |
void |
setDeployDir(File deployDir)
Sets the deploy directory.
|
void |
setExtraDir(File extraDir)
Sets the extra resource directory.
|
void |
setFinalProperties(Properties finalProperties)
Sets the list of paths to input libraries.
|
void |
setLocalWorkers(int localWorkers)
Sets the number of workers to run on this machine.
|
void |
setLogLevel(TreeLogger.Type logLevel)
Sets the tree logger level.
|
void |
setModuleNames(List<String> moduleNames)
Sets the list of module names.
|
void |
setModulePathPrefix(String prefix)
Sets the path to be prefixed to the module output.
|
void |
setOutDir(File outDir)
Deprecated.
|
void |
setSaveSourceOutput(File debugDir)
Sets the directory or jar where the GWT compiler should write the source code,
or null to skip writing it.
|
void |
setServletContainerLauncher(ServletContainerLauncher scl) |
void |
setServletContainerLauncherArgs(String args) |
void |
setSuperDevMode(boolean sdm) |
void |
setWarDir(File warDir)
Sets the output directory.
|
void |
setWorkDir(File workDir)
Sets the compiler work directory.
|
addStartupURL, alsoLogToFile, getBindAddress, getClientId, getCodeServerPort, getConnectAddress, getLogDir, getLogFile, getPort, getRemoteUIHost, getRemoteUIHostPort, getStartupURLs, isNoServer, setBindAddress, setClientId, setCodeServerPort, setConnectAddress, setLogFile, setNoServer, setPort, setRemoteUIHost, setRemoteUIHostPort, useRemoteUIcopyFrom, copyFrom, getFragmentCount, getFragmentsMerge, getGenDir, getJsInteropExportFilter, getMethodNameDisplayMode, getNamespace, getOptimizationLevel, getOutput, getProperties, getSourceLevel, getSourceMapFilePrefix, isClassMetadataDisabled, isCompilerMetricsEnabled, isDraftCompile, isEnableAssertions, isEnabledGeneratingOnShards, isIncrementalCompileEnabled, isJsonSoycEnabled, isRunAsyncEnabled, isSoycEnabled, isSoycExtra, isSoycHtmlDisabled, isStrict, isUpdateCheckDisabled, isValidateOnly, setAddRuntimeChecks, setClassMetadataDisabled, setClusterSimilarFunctions, setCompilerMetricsEnabled, setDisableUpdateCheck, setEnableAssertions, setEnabledGeneratingOnShards, setFragmentCount, setFragmentsMerge, setGenDir, setGenerateJsInteropExports, setIncrementalCompileEnabled, setInlineLiteralParameters, setJsonSoycEnabled, setMethodNameDisplayMode, setNamespace, setOptimizationLevel, setOptimizeDataflow, setOrdinalizeEnums, setOutput, setPropertyValues, setRemoveDuplicateFunctions, setRunAsyncEnabled, setSaveSource, setSourceLevel, setSourceMapFilePrefix, setSoycEnabled, setSoycExtra, setSoycHtmlDisabled, setStrict, setUseDetailedTypeIds, setValidateOnly, shouldAddRuntimeChecks, shouldClusterSimilarFunctions, shouldGenerateJsInteropExports, shouldInlineLiteralParameters, shouldJDTInlineCompileTimeConstants, shouldOptimizeDataflow, shouldOrdinalizeEnums, shouldRemoveDuplicateFunctions, shouldSaveSource, useDetailedTypeIdsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalsoLogToFile, getLogDir, getLogFile, setLogFileisNoServer, setNoServergetPort, setPortgetCodeServerPort, setCodeServerPortaddStartupURL, getStartupURLsgetClientId, getRemoteUIHost, getRemoteUIHostPort, setClientId, setRemoteUIHost, setRemoteUIHostPort, useRemoteUIgetBindAddress, getConnectAddress, setBindAddress, setConnectAddressgetOptimizationLevel, setOptimizationLevelsetClusterSimilarFunctions, shouldClusterSimilarFunctionsisIncrementalCompileEnabled, setIncrementalCompileEnabledisClassMetadataDisabled, setClassMetadataDisabledisEnableAssertions, setEnableAssertionssetInlineLiteralParameters, shouldInlineLiteralParameterssetOptimizeDataflow, shouldOptimizeDataflowisRunAsyncEnabled, setRunAsyncEnabledgetOutput, setOutputisSoycEnabled, setSoycEnabledisSoycExtra, setSoycExtraisJsonSoycEnabled, setJsonSoycEnabledsetOrdinalizeEnums, shouldOrdinalizeEnumssetRemoveDuplicateFunctions, shouldRemoveDuplicateFunctionsisStrict, setStrictisSoycHtmlDisabled, setSoycHtmlDisabledisCompilerMetricsEnabled, setCompilerMetricsEnabledgetFragmentsMerge, setFragmentsMergegetFragmentCount, setFragmentCountgetSourceLevel, setSourceLevelgetNamespace, setNamespacesetAddRuntimeChecks, shouldAddRuntimeChecksgetJsInteropExportFilter, setGenerateJsInteropExports, shouldGenerateJsInteropExportssetUseDetailedTypeIds, useDetailedTypeIdsshouldJDTInlineCompileTimeConstantsgetMethodNameDisplayMode, setMethodNameDisplayModegetGenDir, setGenDirsetSaveSource, shouldSaveSourcegetSourceMapFilePrefix, setSourceMapFilePrefixisValidateOnly, setValidateOnlyisUpdateCheckDisabled, setDisableUpdateCheckisEnabledGeneratingOnShards, setEnabledGeneratingOnShardsgetProperties, setPropertyValuesaddModuleName, getModuleNames, setModuleNamesgetLogLevel, setLogLevelgetWorkDir, setWorkDirgetFinalProperties, setFinalPropertiespublic File getDeployDir()
OptionDeployDirgetDeployDir in interface OptionDeployDirpublic File getExtraDir()
OptionExtraDirgetExtraDir in interface OptionExtraDirpublic int getLocalWorkers()
OptionLocalWorkersgetLocalWorkers in interface OptionLocalWorkerspublic File getSaveSourceOutput()
OptionSaveSourceOutputgetSaveSourceOutput in interface OptionSaveSourceOutputpublic ServletContainerLauncher getServletContainerLauncher()
getServletContainerLauncher in interface DevMode.HostedModeOptionspublic File getModuleBaseDir()
OptionModulePathPrefixgetModuleBaseDir in interface OptionModulePathPrefixpublic String getServletContainerLauncherArgs()
getServletContainerLauncherArgs in interface DevMode.HostedModeOptionspublic File getWarDir()
OptionWarDirgetWarDir in interface OptionWarDirpublic boolean isSuperDevMode()
isSuperDevMode in interface DevMode.OptionSuperDevModepublic void setDeployDir(File deployDir)
OptionDeployDirsetDeployDir in interface OptionDeployDirpublic void setExtraDir(File extraDir)
OptionExtraDirsetExtraDir in interface OptionExtraDirpublic void setLocalWorkers(int localWorkers)
OptionLocalWorkerssetLocalWorkers in interface OptionLocalWorkerspublic void setModulePathPrefix(String prefix)
OptionModulePathPrefixsetModulePathPrefix in interface OptionModulePathPrefix@Deprecated public void setOutDir(File outDir)
public void setSaveSourceOutput(File debugDir)
OptionSaveSourceOutputsetSaveSourceOutput in interface OptionSaveSourceOutputpublic void setSuperDevMode(boolean sdm)
setSuperDevMode in interface DevMode.OptionSuperDevModepublic void setServletContainerLauncher(ServletContainerLauncher scl)
setServletContainerLauncher in interface DevMode.HostedModeOptionspublic void setServletContainerLauncherArgs(String args)
setServletContainerLauncherArgs in interface DevMode.HostedModeOptionspublic void setWarDir(File warDir)
OptionWarDirsetWarDir in interface OptionWarDirpublic boolean isClosureCompilerFormatEnabled()
isClosureCompilerFormatEnabled in interface OptionClosureFormattedOutputisClosureCompilerFormatEnabled in class PrecompileTaskOptionsImplpublic void setClosureCompilerFormatEnabled(boolean enabled)
setClosureCompilerFormatEnabled in interface OptionClosureFormattedOutputsetClosureCompilerFormatEnabled in class PrecompileTaskOptionsImplpublic void addModuleName(String moduleName)
OptionModuleNameaddModuleName in interface OptionModuleNamepublic void copyFrom(CompileTaskOptions other)
public Properties getFinalProperties()
OptionFinalPropertiesgetFinalProperties in interface OptionFinalPropertiespublic TreeLogger.Type getLogLevel()
OptionLogLevelgetLogLevel in interface OptionLogLevelpublic List<String> getModuleNames()
OptionModuleNamegetModuleNames in interface OptionModuleNamepublic File getWorkDir()
OptionWorkDirgetWorkDir in interface OptionWorkDirpublic void setFinalProperties(Properties finalProperties)
OptionFinalPropertiessetFinalProperties in interface OptionFinalPropertiespublic void setLogLevel(TreeLogger.Type logLevel)
OptionLogLevelsetLogLevel in interface OptionLogLevelpublic void setModuleNames(List<String> moduleNames)
OptionModuleNamesetModuleNames in interface OptionModuleNamepublic void setWorkDir(File workDir)
OptionWorkDirsetWorkDir in interface OptionWorkDirCopyright © 2018. All rights reserved.