org.csstudio.startup
Class Plugin

java.lang.Object
  extended by org.csstudio.startup.Plugin

public class Plugin
extends java.lang.Object

Plugin info. Note that it does not extend org.eclipse.core.runtime.Plugin, yet, because so far that's not needed.

Author:
Kay Kasemir

Field Summary
static java.lang.String ID
          Plugin ID defined in MANIFEST.MF
 
Constructor Summary
Plugin()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
Plugin ID defined in MANIFEST.MF

See Also:
Constant Field Values
Constructor Detail

Plugin

public Plugin()