net.sf.commonclipse
Class CCPlugin

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.ui.plugin.AbstractUIPlugin
          extended by net.sf.commonclipse.CCPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class CCPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin

Main plugin class.

Version:
$Revision: 1.7 $ ($Author: fgiust $)
Author:
fgiust

Field Summary
static java.lang.String P_COMPARETO_SUPER
          add appendSuper() in toString.
static java.lang.String P_DONTASKONOVERWRITE
          don't ask for overwriting existing methods.
static java.lang.String P_EQUALS_INSTANCECHECK
          add an instance equality check to the generated equals() method.
static java.lang.String P_EQUALS_SUPER
          add appendSuper() in toString.
static java.lang.String P_EXCLUDE
          esclusion list.
static java.lang.String P_FINALPARAMETERS
          use final parameters in generated methods.
static java.lang.String P_HASHCODE_SUPER
          add appendSuper() in toString.
static java.lang.String P_TOSTRING_BEAN
          key for "javabean-style toString()".
static java.lang.String P_TOSTRING_STYLE
          key for ToStringStyle name.
static java.lang.String P_TOSTRING_SUPER
          add appendSuper() in toString.
static java.lang.String PLUGIN_NAME
          "commonclipse".
static java.lang.String TOSTRINGSTYLE_BEAN
          value for the P_TOSTRING_BEAN properties: use javabean properties in toString().
static java.lang.String TOSTRINGSTYLE_FIELDS
          value for the P_TOSTRING_BEAN properties: use fields in toString().
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
CCPlugin()
          Constructor.
 
Method Summary
static CCPlugin getDefault()
          Returns the shared instance.
static org.eclipse.core.resources.IWorkspace getWorkspace()
          Returns the workspace instance.
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, start, startup, stop
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN_NAME

public static final java.lang.String PLUGIN_NAME
"commonclipse".

See Also:
Constant Field Values

P_TOSTRING_STYLE

public static final java.lang.String P_TOSTRING_STYLE
key for ToStringStyle name.

See Also:
Constant Field Values

P_TOSTRING_BEAN

public static final java.lang.String P_TOSTRING_BEAN
key for "javabean-style toString()".

See Also:
Constant Field Values

P_TOSTRING_SUPER

public static final java.lang.String P_TOSTRING_SUPER
add appendSuper() in toString.

See Also:
Constant Field Values

P_EQUALS_INSTANCECHECK

public static final java.lang.String P_EQUALS_INSTANCECHECK
add an instance equality check to the generated equals() method.

See Also:
Constant Field Values

P_HASHCODE_SUPER

public static final java.lang.String P_HASHCODE_SUPER
add appendSuper() in toString.

See Also:
Constant Field Values

P_EQUALS_SUPER

public static final java.lang.String P_EQUALS_SUPER
add appendSuper() in toString.

See Also:
Constant Field Values

P_COMPARETO_SUPER

public static final java.lang.String P_COMPARETO_SUPER
add appendSuper() in toString.

See Also:
Constant Field Values

P_EXCLUDE

public static final java.lang.String P_EXCLUDE
esclusion list.

See Also:
Constant Field Values

P_FINALPARAMETERS

public static final java.lang.String P_FINALPARAMETERS
use final parameters in generated methods.

See Also:
Constant Field Values

P_DONTASKONOVERWRITE

public static final java.lang.String P_DONTASKONOVERWRITE
don't ask for overwriting existing methods.

See Also:
Constant Field Values

TOSTRINGSTYLE_BEAN

public static final java.lang.String TOSTRINGSTYLE_BEAN
value for the P_TOSTRING_BEAN properties: use javabean properties in toString().

See Also:
Constant Field Values

TOSTRINGSTYLE_FIELDS

public static final java.lang.String TOSTRINGSTYLE_FIELDS
value for the P_TOSTRING_BEAN properties: use fields in toString().

See Also:
Constant Field Values
Constructor Detail

CCPlugin

public CCPlugin()
Constructor.

Method Detail

getDefault

public static CCPlugin getDefault()
Returns the shared instance.

Returns:
shared instance

getWorkspace

public static org.eclipse.core.resources.IWorkspace getWorkspace()
Returns the workspace instance.

Returns:
IWorkspace workspace instance


Copyright © 2003-2005 sourceforge. All Rights Reserved.