protected static class DevMode.HostedModeOptionsImpl extends DevModeBase.HostedModeBaseOptionsImpl implements DevMode.HostedModeOptions
OptionMethodNameDisplayMode.Mode
OptionJsInteropMode.Mode
OPTIMIZE_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.
|
List<String> |
getLibraryPaths()
Returns the list of paths to input libraries.
|
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.
|
String |
getOutputLibraryPath()
Returns the output library path.
|
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 |
isSuperDevMode() |
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 |
setLibraryPaths(List<String> libraryPaths)
Sets the list of paths to input libraries.
|
void |
setLink(boolean link)
Sets whether the separate compiler should link compiled output and supplied precompiled
libraries into a usable result.
|
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 |
setOutputLibraryPath(String outputLibraryPath)
Sets the output library path.
|
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.
|
boolean |
shouldLink()
Whether the separate compiler should link compiled output and supplied precompiled libraries
into a usable result.
|
addStartupURL, alsoLogToFile, getBindAddress, getClientId, getCodeServerPort, getConnectAddress, getLogDir, getLogFile, getPort, getRemoteUIHost, getRemoteUIHostPort, getStartupURLs, isNoServer, setBindAddress, setClientId, setCodeServerPort, setConnectAddress, setLogFile, setNoServer, setPort, setRemoteUIHost, setRemoteUIHostPort, useRemoteUI
copyFrom, copyFrom, enforceStrictPublicResources, enforceStrictSourceResources, getFragmentCount, getFragmentsMerge, getGenDir, getJsInteropMode, getMaxPermsPerPrecompile, getMethodNameDisplayMode, getMissingDepsFile, getNamespace, getOptimizationLevel, getOutput, getSourceLevel, getSourceMapFilePrefix, isAggressivelyOptimize, isCastCheckingDisabled, isClassMetadataDisabled, isClosureCompilerEnabled, isCompilerMetricsEnabled, isDraftCompile, isEnableAssertions, isEnabledGeneratingOnShards, isIncrementalCompileEnabled, isJsonSoycEnabled, isOptimizePrecompile, isRunAsyncEnabled, isSoycEnabled, isSoycExtra, isSoycHtmlDisabled, isStrict, isUpdateCheckDisabled, isValidateOnly, setAddRuntimeChecks, setAggressivelyOptimize, setCastCheckingDisabled, setClassMetadataDisabled, setClosureCompilerEnabled, setClusterSimilarFunctions, setCompilerMetricsEnabled, setDisableUpdateCheck, setEnableAssertions, setEnabledGeneratingOnShards, setEnforceStrictPublicResources, setEnforceStrictSourceResources, setFragmentCount, setFragmentsMerge, setGenDir, setIncrementalCompileEnabled, setInlineLiteralParameters, setJsInteropMode, setJsonSoycEnabled, setMaxPermsPerPrecompile, setMethodNameDisplayMode, setMissingDepsFile, setNamespace, setOptimizationLevel, setOptimizeDataflow, setOptimizePrecompile, setOrdinalizeEnums, setOutput, setRemoveDuplicateFunctions, setRunAsyncEnabled, setSaveSource, setSourceLevel, setSourceMapFilePrefix, setSoycEnabled, setSoycExtra, setSoycHtmlDisabled, setStrict, setUseDetailedTypeIds, setValidateOnly, setWarnMissingDeps, setWarnOverlappingSource, shouldAddRuntimeChecks, shouldClusterSimilarFunctions, shouldInlineLiteralParameters, shouldJDTInlineCompileTimeConstants, shouldOptimizeDataflow, shouldOrdinalizeEnums, shouldRemoveDuplicateFunctions, shouldSaveSource, useDetailedTypeIds, warnMissingDeps, warnOverlappingSource
alsoLogToFile, getLogDir, getLogFile, setLogFile
isNoServer, setNoServer
getPort, setPort
getCodeServerPort, setCodeServerPort
addStartupURL, getStartupURLs
getClientId, getRemoteUIHost, getRemoteUIHostPort, setClientId, setRemoteUIHost, setRemoteUIHostPort, useRemoteUI
getBindAddress, getConnectAddress, setBindAddress, setConnectAddress
getOptimizationLevel, setOptimizationLevel
isAggressivelyOptimize, setAggressivelyOptimize
setClusterSimilarFunctions, shouldClusterSimilarFunctions
isIncrementalCompileEnabled, setIncrementalCompileEnabled
isClassMetadataDisabled, setClassMetadataDisabled
isCastCheckingDisabled, setCastCheckingDisabled
isEnableAssertions, setEnableAssertions
setInlineLiteralParameters, shouldInlineLiteralParameters
setOptimizeDataflow, shouldOptimizeDataflow
isRunAsyncEnabled, setRunAsyncEnabled
getOutput, setOutput
isSoycEnabled, setSoycEnabled
isSoycExtra, setSoycExtra
isJsonSoycEnabled, setJsonSoycEnabled
isOptimizePrecompile, setOptimizePrecompile
setOrdinalizeEnums, shouldOrdinalizeEnums
setRemoveDuplicateFunctions, shouldRemoveDuplicateFunctions
isStrict, setStrict
enforceStrictSourceResources, setEnforceStrictSourceResources
enforceStrictPublicResources, setEnforceStrictPublicResources
isSoycHtmlDisabled, setSoycHtmlDisabled
isCompilerMetricsEnabled, setCompilerMetricsEnabled
isClosureCompilerEnabled, setClosureCompilerEnabled
getFragmentsMerge, setFragmentsMerge
getFragmentCount, setFragmentCount
getSourceLevel, setSourceLevel
getNamespace, setNamespace
setAddRuntimeChecks, shouldAddRuntimeChecks
setUseDetailedTypeIds, useDetailedTypeIds
shouldJDTInlineCompileTimeConstants
getMethodNameDisplayMode, setMethodNameDisplayMode
getGenDir, setGenDir
setSaveSource, shouldSaveSource
getSourceMapFilePrefix, setSourceMapFilePrefix
isValidateOnly, setValidateOnly
isUpdateCheckDisabled, setDisableUpdateCheck
isEnabledGeneratingOnShards, setEnabledGeneratingOnShards
getMaxPermsPerPrecompile, setMaxPermsPerPrecompile
getMissingDepsFile, setMissingDepsFile
setWarnOverlappingSource, warnOverlappingSource
setWarnMissingDeps, warnMissingDeps
addModuleName, getModuleNames, setModuleNames
getLogLevel, setLogLevel
getWorkDir, setWorkDir
getOutputLibraryPath, setOutputLibraryPath
getLibraryPaths, setLibraryPaths
getFinalProperties, setFinalProperties
getJsInteropMode, setJsInteropMode
setLink, shouldLink
public File getDeployDir()
OptionDeployDir
getDeployDir
in interface OptionDeployDir
public File getExtraDir()
OptionExtraDir
getExtraDir
in interface OptionExtraDir
public int getLocalWorkers()
OptionLocalWorkers
getLocalWorkers
in interface OptionLocalWorkers
public File getSaveSourceOutput()
OptionSaveSourceOutput
getSaveSourceOutput
in interface OptionSaveSourceOutput
public ServletContainerLauncher getServletContainerLauncher()
getServletContainerLauncher
in interface DevMode.HostedModeOptions
public File getModuleBaseDir()
OptionModulePathPrefix
getModuleBaseDir
in interface OptionModulePathPrefix
public String getServletContainerLauncherArgs()
getServletContainerLauncherArgs
in interface DevMode.HostedModeOptions
public File getWarDir()
OptionWarDir
getWarDir
in interface OptionWarDir
public boolean isSuperDevMode()
isSuperDevMode
in interface DevMode.OptionSuperDevMode
public void setDeployDir(File deployDir)
OptionDeployDir
setDeployDir
in interface OptionDeployDir
public void setExtraDir(File extraDir)
OptionExtraDir
setExtraDir
in interface OptionExtraDir
public void setLocalWorkers(int localWorkers)
OptionLocalWorkers
setLocalWorkers
in interface OptionLocalWorkers
public void setModulePathPrefix(String prefix)
OptionModulePathPrefix
setModulePathPrefix
in interface OptionModulePathPrefix
@Deprecated public void setOutDir(File outDir)
public void setSaveSourceOutput(File debugDir)
OptionSaveSourceOutput
setSaveSourceOutput
in interface OptionSaveSourceOutput
public void setSuperDevMode(boolean sdm)
setSuperDevMode
in interface DevMode.OptionSuperDevMode
public void setServletContainerLauncher(ServletContainerLauncher scl)
setServletContainerLauncher
in interface DevMode.HostedModeOptions
public void setServletContainerLauncherArgs(String args)
setServletContainerLauncherArgs
in interface DevMode.HostedModeOptions
public void setWarDir(File warDir)
OptionWarDir
setWarDir
in interface OptionWarDir
public void addModuleName(String moduleName)
OptionModuleName
addModuleName
in interface OptionModuleName
public void copyFrom(CompileTaskOptions other)
public Properties getFinalProperties()
OptionFinalProperties
getFinalProperties
in interface OptionFinalProperties
public List<String> getLibraryPaths()
OptionLibraryPaths
getLibraryPaths
in interface OptionLibraryPaths
public TreeLogger.Type getLogLevel()
OptionLogLevel
getLogLevel
in interface OptionLogLevel
public List<String> getModuleNames()
OptionModuleName
getModuleNames
in interface OptionModuleName
public String getOutputLibraryPath()
OptionOutputLibraryPath
getOutputLibraryPath
in interface OptionOutputLibraryPath
public File getWorkDir()
OptionWorkDir
getWorkDir
in interface OptionWorkDir
public void setFinalProperties(Properties finalProperties)
OptionFinalProperties
setFinalProperties
in interface OptionFinalProperties
public void setLibraryPaths(List<String> libraryPaths)
OptionLibraryPaths
setLibraryPaths
in interface OptionLibraryPaths
public void setLink(boolean link)
OptionLink
setLink
in interface OptionLink
public void setLogLevel(TreeLogger.Type logLevel)
OptionLogLevel
setLogLevel
in interface OptionLogLevel
public void setModuleNames(List<String> moduleNames)
OptionModuleName
setModuleNames
in interface OptionModuleName
public void setOutputLibraryPath(String outputLibraryPath)
OptionOutputLibraryPath
setOutputLibraryPath
in interface OptionOutputLibraryPath
public void setWorkDir(File workDir)
OptionWorkDir
setWorkDir
in interface OptionWorkDir
public boolean shouldLink()
OptionLink
shouldLink
in interface OptionLink
Copyright © 2018. All rights reserved.