edu.rice.cs.hpc.common.plugin.Activator Class Reference

The activator class controls the plug-in life cycle. More...

Inheritance diagram for edu.rice.cs.hpc.common.plugin.Activator:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.common.plugin.Activator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Activator ()
 The constructor.
void start (BundleContext context) throws Exception
void stop (BundleContext context) throws Exception

Static Public Member Functions

static Activator getDefault ()
 Returns the shared instance.

Static Public Attributes

static final String PLUGIN_ID = "edu.rice.cs.hpc.common"

Static Private Attributes

static Activator plugin

Detailed Description

The activator class controls the plug-in life cycle.

Definition at line 9 of file Activator.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.common.plugin.Activator.Activator (  ) 

The constructor.

Definition at line 20 of file Activator.java.


Member Function Documentation

static Activator edu.rice.cs.hpc.common.plugin.Activator.getDefault (  )  [static]

Returns the shared instance.

Returns:
the shared instance

Definition at line 46 of file Activator.java.

References edu.rice.cs.hpc.common.plugin.Activator.plugin.

void edu.rice.cs.hpc.common.plugin.Activator.start ( BundleContext  context  )  throws Exception

Definition at line 27 of file Activator.java.

References edu.rice.cs.hpc.common.plugin.Activator.plugin.

void edu.rice.cs.hpc.common.plugin.Activator.stop ( BundleContext  context  )  throws Exception

Member Data Documentation

final String edu.rice.cs.hpc.common.plugin.Activator.PLUGIN_ID = "edu.rice.cs.hpc.common" [static]

Definition at line 12 of file Activator.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1