public interface JoocOptions
| Modifier and Type | Method and Description |
|---|---|
DebugMode |
getDebugMode() |
String |
getDependencyReportOutputFile() |
String |
getExtNamespace() |
String |
getExtSassNamespace() |
File |
getKeepGeneratedActionScriptDirectory() |
List<SearchAndReplace> |
getNpmPackageNameReplacers() |
PublicApiViolationsMode |
getPublicApiViolationsMode() |
SemicolonInsertionMode |
getSemicolonInsertionMode() |
boolean |
isEnableAssertions() |
boolean |
isExcludeClassByDefault()
If true, the compiler will add an [ExcludeClass] annotation to any
API stub whose source class contains neither an [PublicApi] nor an [ExcludeClass]
annotation.
|
boolean |
isFindUnusedDependencies() |
boolean |
isGenerateApi() |
boolean |
isGenerateSourceMaps() |
boolean |
isMigrateToTypeScript() |
boolean |
isSuppressCommentedActionScriptCode() |
boolean |
isUseEcmaParameterInitializerSemantics() |
SemicolonInsertionMode getSemicolonInsertionMode()
DebugMode getDebugMode()
boolean isSuppressCommentedActionScriptCode()
boolean isEnableAssertions()
boolean isGenerateApi()
boolean isUseEcmaParameterInitializerSemantics()
boolean isMigrateToTypeScript()
String getExtNamespace()
String getExtSassNamespace()
List<SearchAndReplace> getNpmPackageNameReplacers()
PublicApiViolationsMode getPublicApiViolationsMode()
boolean isExcludeClassByDefault()
boolean isGenerateSourceMaps()
boolean isFindUnusedDependencies()
String getDependencyReportOutputFile()
File getKeepGeneratedActionScriptDirectory()
Copyright © 2002–2021 CoreMedia AG. All rights reserved.