RSE Base Plugin Class

You may find it of value to base your own plugin class on the RSE-supplied base plugin class. If so, there are some methods you are encouraged to create or override in your class. The benefits of using this as your base class is the inherited methods you can access.

Methods required in your plugin subclass

To use the RSE base plugin class org.eclipse.rse.core.SystemBasePlugin, you subclass it for your own plugin class, and supply some key static methods of your own:

You may also override some RSE-supplied instance methods:

Of course, there are the usual eclipse-supplied instance methods to override too:

Methods inherited from the RSE base class

The methods you get access to by using the RSE-supplied base plugin class include: