|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemBasePlugin com.ibm.etools.iseries.projects.ProjectsPlugin
public class ProjectsPlugin
The RBPlugIn delivers the core iSeries remote build tooling for the workbench.
Field Summary | |
---|---|
static String |
BuildStyleWizardBannerIcon
|
static String |
Copyright
|
static String |
ID
|
static String |
NewMemberWizardIcon
|
static String |
NewProjectWizardIcon
|
static String |
NewSrcpfWizardIcon
|
static Logger |
out
|
Constructor Summary | |
---|---|
ProjectsPlugin()
Creates the one registered instance of this plug-in. |
Method Summary | |
---|---|
com.ibm.etools.iseries.remotebuild.internal.BuildStyleFactory |
getBuildStyleFactory()
Returns the build style factory for this plugin. |
static ProjectsPlugin |
getDefault()
Returns the plug-in singleton. |
ImageDescriptor |
getImageDescriptor(String imageName)
Returns the ImageDescriptor for the named graphic. |
MenuRegistry |
getMenuRegistry()
Returns the menu registry. |
SystemMessageFile |
getMessageFile()
|
com.ibm.etools.iseries.perspective.internal.util.ISeriesOverlayImageRegistry |
getOverlayImageRegistry()
Returns the plugin's customized image registry. |
protected void |
initializeImageRegistry()
|
static void |
logDebug(Class c,
String message)
Log a diagnostic message from a particular class to the log. |
static void |
logError(RBStatus s)
Log a status code containing an exception. |
static void |
logError(Throwable e)
Log an exception. |
static void |
logInfo(RBStatus s)
|
static void |
logInternalError(Throwable e,
String message)
Log an internal error. |
void |
start(BundleContext context)
Invoked after the plugin is loaded. |
void |
stop(BundleContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
public static final String ID
public static final String BuildStyleWizardBannerIcon
public static final String NewProjectWizardIcon
public static final String NewSrcpfWizardIcon
public static final String NewMemberWizardIcon
public static Logger out
Constructor Detail |
---|
public ProjectsPlugin()
Method Detail |
---|
public static ProjectsPlugin getDefault()
public static void logDebug(Class c, String message)
public static void logError(Throwable e)
public static void logError(RBStatus s)
public static void logInternalError(Throwable e, String message)
public static void logInfo(RBStatus s)
public void start(BundleContext context) throws Exception
Exception
public void stop(BundleContext context) throws Exception
Exception
public ImageDescriptor getImageDescriptor(String imageName)
public com.ibm.etools.iseries.remotebuild.internal.BuildStyleFactory getBuildStyleFactory()
public SystemMessageFile getMessageFile()
null
if there is none or it is
not found.protected void initializeImageRegistry()
public MenuRegistry getMenuRegistry()
public com.ibm.etools.iseries.perspective.internal.util.ISeriesOverlayImageRegistry getOverlayImageRegistry()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |