net.bpelunit.framework.client.eclipse.launch
Class LaunchConstants

java.lang.Object
  extended by net.bpelunit.framework.client.eclipse.launch.LaunchConstants

public class LaunchConstants
extends Object

Some constants for the launch.

Version:
$Id$
Author:
Philip Mayer

Field Summary
static String ATTR_PROJECT_NAME
          Launch configuration attribute key.
static String ATTR_SUITE_FILE_NAME
          Launch configuration attribute key.
static String EMPTY_STRING
          The empty string
static String ID_LAUNCH_CONFIG_TYPE
          Launch config type as defined in the plugin.xml file
 
Constructor Summary
LaunchConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_PROJECT_NAME

public static final String ATTR_PROJECT_NAME
Launch configuration attribute key. The value is a name of a project associated with a launch configuration.


ATTR_SUITE_FILE_NAME

public static final String ATTR_SUITE_FILE_NAME
Launch configuration attribute key. The value is a project-relative path of a test suite file to launch.


ID_LAUNCH_CONFIG_TYPE

public static final String ID_LAUNCH_CONFIG_TYPE
Launch config type as defined in the plugin.xml file

See Also:
Constant Field Values

EMPTY_STRING

public static final String EMPTY_STRING
The empty string

See Also:
Constant Field Values
Constructor Detail

LaunchConstants

public LaunchConstants()


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.