net.bpelunit.framework.client.eclipse.preferences
Class PreferenceConstants

java.lang.Object
  extended by net.bpelunit.framework.client.eclipse.preferences.PreferenceConstants

public class PreferenceConstants
extends Object

Constants for identifying the settings of the BPELUnit Eclipse plugin.

Version:
$Id$
Author:
Philip Mayer

Field Summary
static String P_COVERAGE_MEASURMENT
           
static String P_COVERAGE_WAIT_TIME
           
static String P_CURRENT_DEPLOYER
          The currently selected deployer in the preferences (UI feature)
static String P_ENDPOINT_MODIFICATION
           
static String P_LOGLEVEL
          Log level to be passed on to log4j
static String P_LOGTOCONSOLE
          Whether to enable logging to the console
static String P_TIMEOUT
          The global timeout value for send/receive operations
 
Constructor Summary
PreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_LOGTOCONSOLE

public static final String P_LOGTOCONSOLE
Whether to enable logging to the console

See Also:
Constant Field Values

P_LOGLEVEL

public static final String P_LOGLEVEL
Log level to be passed on to log4j

See Also:
Constant Field Values

P_TIMEOUT

public static final String P_TIMEOUT
The global timeout value for send/receive operations

See Also:
Constant Field Values

P_CURRENT_DEPLOYER

public static final String P_CURRENT_DEPLOYER
The currently selected deployer in the preferences (UI feature)

See Also:
Constant Field Values

P_COVERAGE_MEASURMENT

public static final String P_COVERAGE_MEASURMENT
See Also:
Constant Field Values

P_COVERAGE_WAIT_TIME

public static final String P_COVERAGE_WAIT_TIME
See Also:
Constant Field Values

P_ENDPOINT_MODIFICATION

public static final String P_ENDPOINT_MODIFICATION
See Also:
Constant Field Values
Constructor Detail

PreferenceConstants

public PreferenceConstants()


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