org.eclipse.test.internal.performance
Class PerformanceTestPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.test.internal.performance.PerformanceTestPlugin
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class PerformanceTestPlugin
- extends org.eclipse.core.runtime.Plugin
- Since:
- 3.1
Field Summary |
static java.lang.String |
BUILD
|
static java.lang.String |
CONFIG
|
static int |
INTERNAL_ERROR
Status code describing an internal error |
static java.lang.String |
PLUGIN_ID
The plug-in ID |
Fields inherited from class org.eclipse.core.runtime.Plugin |
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, start, startup, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONFIG
public static final java.lang.String CONFIG
- See Also:
- Constant Field Values
BUILD
public static final java.lang.String BUILD
- See Also:
- Constant Field Values
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- The plug-in ID
- See Also:
- Constant Field Values
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- Status code describing an internal error
- See Also:
- Constant Field Values
PerformanceTestPlugin
public PerformanceTestPlugin()
- The constructor.
stop
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Overrides:
stop
in class org.eclipse.core.runtime.Plugin
- Throws:
java.lang.Exception
getDefault
public static PerformanceTestPlugin getDefault()
getDBLocation
public static java.lang.String getDBLocation()
getDBName
public static java.lang.String getDBName()
getDBUser
public static java.lang.String getDBUser()
getDBPassword
public static java.lang.String getDBPassword()
getVariations
public static Variations getVariations()
getAssertAgainst
public static Variations getAssertAgainst()
logError
public static void logError(java.lang.String message)
logWarning
public static void logWarning(java.lang.String message)
log
public static void log(java.lang.Throwable e)
log
public static void log(org.eclipse.core.runtime.IStatus status)