public interface JoocOptions
| Modifier and Type | Method and Description |
|---|---|
DebugMode |
getDebugMode() |
File |
getKeepGeneratedActionScriptDirectory() |
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 |
isGenerateApi() |
boolean |
isGenerateSourceMaps() |
SemicolonInsertionMode getSemicolonInsertionMode()
DebugMode getDebugMode()
boolean isEnableAssertions()
boolean isGenerateApi()
PublicApiViolationsMode getPublicApiViolationsMode()
boolean isExcludeClassByDefault()
boolean isGenerateSourceMaps()
File getKeepGeneratedActionScriptDirectory()
Copyright © 2002–2016 CoreMedia AG. All rights reserved.