org.stjs.generator
Class GeneratorConfiguration

java.lang.Object
  extended by org.stjs.generator.GeneratorConfiguration

public class GeneratorConfiguration
extends Object


Method Summary
 Set<String> getAllowedJavaLangClasses()
           
 Collection<String> getAllowedPackages()
           
 String getSourceEncoding()
           
 boolean isGenerateArrayHasOwnProperty()
           
 boolean isGenerateSourceMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllowedPackages

public Collection<String> getAllowedPackages()
Returns:
the parent packages that contain the classes that can be called from the processed source file. Note that sub-packages of a package from this collection are also allowed. java.lang is implicit

getAllowedJavaLangClasses

public Set<String> getAllowedJavaLangClasses()

isGenerateArrayHasOwnProperty

public boolean isGenerateArrayHasOwnProperty()

isGenerateSourceMap

public boolean isGenerateSourceMap()

getSourceEncoding

public String getSourceEncoding()


Copyright © 2014. All Rights Reserved.