com.sun.enterprise.module.maven.sc
Class ScriptConstants
java.lang.Object
com.sun.enterprise.module.maven.sc.ScriptConstants
public final class ScriptConstants
- extends Object
A class with all the constant literals used by script-creation facility.
- Author:
- Kedar Mhaswade (km@dev.java.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMENT0
public static final String COMMENT0
- See Also:
- Constant Field Values
SYSTEM_SECTION
public static final String SYSTEM_SECTION
- See Also:
- Constant Field Values
COPYRIGHT_SECTION
public static final String COPYRIGHT_SECTION
- See Also:
- Constant Field Values
HEADER_SECTION
public static final String HEADER_SECTION
- See Also:
- Constant Field Values
SOURCE_SECTION
public static final String SOURCE_SECTION
- See Also:
- Constant Field Values
ENVVARS_SECTION
public static final String ENVVARS_SECTION
- See Also:
- Constant Field Values
SHELLVARS_SECTION
public static final String SHELLVARS_SECTION
- See Also:
- Constant Field Values
JVM_SECTION
public static final String JVM_SECTION
- See Also:
- Constant Field Values
CLASSPATH_SECTION
public static final String CLASSPATH_SECTION
- See Also:
- Constant Field Values
SYS_PROPS_SECTION
public static final String SYS_PROPS_SECTION
- See Also:
- Constant Field Values
MAIN_CLASS_PROP
public static final String MAIN_CLASS_PROP
- See Also:
- Constant Field Values
MAIN_JAR_PROP
public static final String MAIN_JAR_PROP
- See Also:
- Constant Field Values
JVM_OPTS_PROP
public static final String JVM_OPTS_PROP
- See Also:
- Constant Field Values
WINDOWS_SCRIPT_HOME_VALUE
public static final String WINDOWS_SCRIPT_HOME_VALUE
- See Also:
- Constant Field Values
UNIX_SCRIPT_HOME_VALUE
public static final String UNIX_SCRIPT_HOME_VALUE
- See Also:
- Constant Field Values
DEFAULT_SHELL_PATH_VALUE
public static final String DEFAULT_SHELL_PATH_VALUE
- See Also:
- Constant Field Values
JAVA_EXE_ENVVAR
public static final String JAVA_EXE_ENVVAR
- See Also:
- Constant Field Values
SCRIPT_HOME_TOKEN
public static final String SCRIPT_HOME_TOKEN
- See Also:
- Constant Field Values
LOCAL_VAR_REFER_PATTERN
public static final String LOCAL_VAR_REFER_PATTERN
- See Also:
- Constant Field Values
EXT_PROP_REFER_PATTERN
public static final String EXT_PROP_REFER_PATTERN
- See Also:
- Constant Field Values
SECTION_START
public static final String SECTION_START
- See Also:
- Constant Field Values
SECTION_END
public static final String SECTION_END
- See Also:
- Constant Field Values
UNIX
public static final String UNIX
- See Also:
- Constant Field Values
WINDOWS
public static final String WINDOWS
- See Also:
- Constant Field Values
OPERATING_SYSTEM
public static final String OPERATING_SYSTEM
- See Also:
- Constant Field Values
SRC
public static final String SRC
- See Also:
- Constant Field Values
DEST
public static final String DEST
- See Also:
- Constant Field Values
WIN_SCRIPT_EXTENSION
public static final String WIN_SCRIPT_EXTENSION
- See Also:
- Constant Field Values
ScriptConstants
public ScriptConstants()
Copyright © 2012 Oracle Corporation. All Rights Reserved.