net.jangaroo.jooc.config
Interface JoocOptions

All Known Implementing Classes:
JoocConfiguration

public interface JoocOptions


Method Summary
 DebugMode getDebugMode()
           
 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()
           
 

Method Detail

getSemicolonInsertionMode

SemicolonInsertionMode getSemicolonInsertionMode()

getDebugMode

DebugMode getDebugMode()

isEnableAssertions

boolean isEnableAssertions()

isGenerateApi

boolean isGenerateApi()

getPublicApiViolationsMode

PublicApiViolationsMode getPublicApiViolationsMode()

isExcludeClassByDefault

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.



Copyright © 2002–2014 CoreMedia AG. All rights reserved.