Modifier and type | Field and description |
---|---|
public static val java.lang.String | PLUGIN_ID
Identifier of the plugin. |
Modifier and type | Action and description |
---|---|
org.eclipse.core.runtime.IStatus | createOkStatus
Create a ok status. |
org.eclipse.core.runtime.IStatus | createStatus(int,String)
Create a status. |
org.eclipse.core.runtime.IStatus | createStatus(int,Throwable)
Create a status. |
org.eclipse.core.runtime.IStatus | createStatus(int,int,String)
Create a status. |
org.eclipse.core.runtime.IStatus | createStatus(int,int,Throwable)
Create a status. |
org.eclipse.core.runtime.IStatus | createStatus(int,int,String,Throwable)
Create a status. |
static EclipseExtensionsPlugin | getDefault
Replies the instance of the plugin. |
static void | setDefault(EclipseExtensionsPlugin)
Set the default instance of the plugin. |
public static val PLUGIN_ID : java.lang.String = "io.sarl.apputils.eclipseextensions"
new
def createOkStatus : org.eclipse.core.runtime.IStatus
def createStatus(int,String) : org.eclipse.core.runtime.IStatus
def createStatus(int,Throwable) : org.eclipse.core.runtime.IStatus
def createStatus(int,int,String) : org.eclipse.core.runtime.IStatus
def createStatus(int,int,Throwable) : org.eclipse.core.runtime.IStatus
def createStatus(int,int,String,Throwable) : org.eclipse.core.runtime.IStatus
def getDefault : EclipseExtensionsPlugin
def setDefault(EclipseExtensionsPlugin)