org.stjs.generator
Class GeneratorConstants

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

public final class GeneratorConstants
extends Object


Field Summary
static String ARGUMENTS_PARAMETER
           
static String CLASS
           
static String CLASSPATH_FILE
          this is the file in which the maven plugin writes the classpath needed to launch tests
static Pattern NAMESPACE_PATTERN
           
static String SPECIAL_INLINE_TYPE
          this is the type to be used when defining an inline type
static String SPECIAL_THIS
           
static String STJS
           
static String STJS_TEST_TEMP_FOLDER
          this folder is used by the test runner to write temporary files. the CLASSPATH_FILE is also put in this directory
static String SUPER
           
static String THIS
           
static String TYPE_DESCRIPTION_PROPERTY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPECIAL_THIS

public static final String SPECIAL_THIS
See Also:
Constant Field Values

STJS

public static final String STJS
See Also:
Constant Field Values

SPECIAL_INLINE_TYPE

public static final String SPECIAL_INLINE_TYPE
this is the type to be used when defining an inline type

See Also:
Constant Field Values

SUPER

public static final String SUPER
See Also:
Constant Field Values

THIS

public static final String THIS
See Also:
Constant Field Values

CLASS

public static final String CLASS
See Also:
Constant Field Values

ARGUMENTS_PARAMETER

public static final String ARGUMENTS_PARAMETER
See Also:
Constant Field Values

TYPE_DESCRIPTION_PROPERTY

public static final String TYPE_DESCRIPTION_PROPERTY
See Also:
Constant Field Values

NAMESPACE_PATTERN

public static final Pattern NAMESPACE_PATTERN

CLASSPATH_FILE

public static final String CLASSPATH_FILE
this is the file in which the maven plugin writes the classpath needed to launch tests

See Also:
Constant Field Values

STJS_TEST_TEMP_FOLDER

public static final String STJS_TEST_TEMP_FOLDER
this folder is used by the test runner to write temporary files. the CLASSPATH_FILE is also put in this directory

See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.