com.sun.enterprise.module.maven.sc
Class ScriptConstants

java.lang.Object
  extended by 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)

Field Summary
static String CLASSPATH_SECTION
           
static String COMMENT0
           
static String COPYRIGHT_SECTION
           
static String DEFAULT_SHELL_PATH_VALUE
           
static String DEST
           
static String ENVVARS_SECTION
           
static String EXT_PROP_REFER_PATTERN
           
static String HEADER_SECTION
           
static String JAVA_EXE_ENVVAR
           
static String JVM_OPTS_PROP
           
static String JVM_SECTION
           
static String LOCAL_VAR_REFER_PATTERN
           
static String MAIN_CLASS_PROP
           
static String MAIN_JAR_PROP
           
static String OPERATING_SYSTEM
           
static String SCRIPT_HOME_TOKEN
           
static String SECTION_END
           
static String SECTION_START
           
static String SHELLVARS_SECTION
           
static String SOURCE_SECTION
           
static String SRC
           
static String SYS_PROPS_SECTION
           
static String SYSTEM_SECTION
           
static String UNIX
           
static String UNIX_SCRIPT_HOME_VALUE
           
static String WIN_SCRIPT_EXTENSION
           
static String WINDOWS
           
static String WINDOWS_SCRIPT_HOME_VALUE
           
 
Constructor Summary
ScriptConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ScriptConstants

public ScriptConstants()


Copyright © 2012 Oracle Corporation. All Rights Reserved.