org.apache.commons.jelly.eclipse.ui
Class JellyLaunchConfigurationConstants

java.lang.Object
  extended byorg.apache.commons.jelly.eclipse.ui.JellyLaunchConfigurationConstants

public class JellyLaunchConfigurationConstants
extends java.lang.Object

Constants for the launch configuration and support of Jelly

Since:
0.9
Author:
Juergen Mayrbaeurl

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

ATTR_JELLYINSTALL_PATH

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.

See Also:
Constant Field Values

ATTR_JELLYSCRIPT_PATH

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.

See Also:
Constant Field Values

ATTR_OUTPUT_PATH

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.

See Also:
Constant Field Values

ERROR_MSG_DIALOG_TITLE_KEY

public static final java.lang.String ERROR_MSG_DIALOG_TITLE_KEY
See Also:
Constant Field Values

ERR_NOT_IMPLEMENTED_YET

public static final int ERR_NOT_IMPLEMENTED_YET
See Also:
Constant Field Values

ERR_SCRIPT_FILE_DOES_NOT_EXIST

public static final int ERR_SCRIPT_FILE_DOES_NOT_EXIST
See Also:
Constant Field Values

ERR_SCRIPT_FILE_NOT_SPECIFIED

public static final int ERR_SCRIPT_FILE_NOT_SPECIFIED
See Also:
Constant Field Values

ERR_OUTPUT_FILE_DOES_NOT_EXIST

public static final int ERR_OUTPUT_FILE_DOES_NOT_EXIST
See Also:
Constant Field Values

ERR_OUTPUT_FILE_NOT_SPECIFIED

public static final int ERR_OUTPUT_FILE_NOT_SPECIFIED
See Also:
Constant Field Values

ERR_CANT_INITIALIZE_FROMCONFIG

public static final int ERR_CANT_INITIALIZE_FROMCONFIG
See Also:
Constant Field Values

ERR_CANT_SET_DEFAULTS

public static final int ERR_CANT_SET_DEFAULTS
See Also:
Constant Field Values

ERR_LAUNCHING_SHORTCUT

public static final int ERR_LAUNCHING_SHORTCUT
See Also:
Constant Field Values
Constructor Detail

JellyLaunchConfigurationConstants

public JellyLaunchConfigurationConstants()


Copyright © 2004 Juergen Mayrbaeurl. All Rights Reserved.