| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants
Constants for the launch configuration and support of Jelly
| Field Summary | |
static java.lang.String | 
ATTR_JELLYINSTALL_PATH
ATTR_JELLYINSTALL_PATH is the launch configuration attribute,
 that stores the file path of the Jelly runtime jar (containing the Jelly class).
  | 
static java.lang.String | 
ATTR_JELLYSCRIPT_PATH
ATTR_JELLYSCRIPT_PATH is the launch configuration attribute,
 that stores the absolute file path to the Jelly script file. | 
static java.lang.String | 
ATTR_OUTPUT_PATH
ATTR_OUTPUT_PATH is the launch configuration attribute, that
 stores the absolute file path to the output file of the Jelly script. | 
static int | 
ERR_CANT_INITIALIZE_FROMCONFIG
 | 
static int | 
ERR_CANT_SET_DEFAULTS
 | 
static int | 
ERR_LAUNCHING_SHORTCUT
 | 
static int | 
ERR_NOT_IMPLEMENTED_YET
 | 
static int | 
ERR_OUTPUT_FILE_DOES_NOT_EXIST
 | 
static int | 
ERR_OUTPUT_FILE_NOT_SPECIFIED
 | 
static int | 
ERR_SCRIPT_FILE_DOES_NOT_EXIST
 | 
static int | 
ERR_SCRIPT_FILE_NOT_SPECIFIED
 | 
static java.lang.String | 
ERROR_MSG_DIALOG_TITLE_KEY
 | 
| Constructor Summary | |
JellyLaunchConfigurationConstants()
 | 
|
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final java.lang.String ATTR_JELLYINSTALL_PATH
ATTR_JELLYINSTALL_PATH is the launch configuration attribute,
 that stores the file path of the Jelly runtime jar (containing the Jelly class).
 It's currently not used and can't be configured in the launch configuration
 dialog.
public static final java.lang.String ATTR_JELLYSCRIPT_PATH
ATTR_JELLYSCRIPT_PATH is the launch configuration attribute,
 that stores the absolute file path to the Jelly script file.
public static final java.lang.String ATTR_OUTPUT_PATH
ATTR_OUTPUT_PATH is the launch configuration attribute, that
 stores the absolute file path to the output file of the Jelly script.
public static final java.lang.String ERROR_MSG_DIALOG_TITLE_KEY
public static final int ERR_NOT_IMPLEMENTED_YET
public static final int ERR_SCRIPT_FILE_DOES_NOT_EXIST
public static final int ERR_SCRIPT_FILE_NOT_SPECIFIED
public static final int ERR_OUTPUT_FILE_DOES_NOT_EXIST
public static final int ERR_OUTPUT_FILE_NOT_SPECIFIED
public static final int ERR_CANT_INITIALIZE_FROMCONFIG
public static final int ERR_CANT_SET_DEFAULTS
public static final int ERR_LAUNCHING_SHORTCUT
| Constructor Detail | 
public JellyLaunchConfigurationConstants()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||