org.stjs.generator
Class GeneratorConfiguration
java.lang.Object
org.stjs.generator.GeneratorConfiguration
public class GeneratorConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.