|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteNativeApplication
Remote API Wrapper for the com.ibm.rcp.topology.NativeApplication
(Online documentation)
Original documentation:
This interface represents a native application representation according to the TopologyHandler.
Native applications are forms of pages. They do not have corresponding Eclipse perspectives.
Method Summary | |
---|---|
java.lang.String |
getCommand()
Retrieves the launching command for this native application. |
java.lang.String |
getEnvironmentMode()
Returns the environment mode for this application. |
java.lang.String |
getPlatform()
Returns the supported platform for this application. |
java.lang.String |
getWorkingDirectory()
Returns the starting working directory from which this app should be launched. |
Methods inherited from interface com.mindoo.remote.api.IRemoteEclipseWrapper |
---|
_internalGetId, equalWrappedObjects |
Method Detail |
---|
java.lang.String getCommand() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getPlatform() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getEnvironmentMode() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getWorkingDirectory() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |