public interface JoocOptions
| Modifier and Type | Method and Description |
|---|---|
DebugMode |
getDebugMode() |
String |
getDependencyReportOutputFile() |
String |
getExtNamespace() |
String |
getExtSassNamespace() |
File |
getKeepGeneratedActionScriptDirectory() |
String |
getNpmPackageName() |
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()
String getNpmPackageName()
PublicApiViolationsMode getPublicApiViolationsMode()
boolean isExcludeClassByDefault()
boolean isGenerateSourceMaps()
boolean isFindUnusedDependencies()
String getDependencyReportOutputFile()
File getKeepGeneratedActionScriptDirectory()
Copyright © 2002–2021 CoreMedia AG. All rights reserved.