|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteEnvironmentInfo
Method Summary | |
---|---|
java.lang.String[] |
getCommandLineArgs()
Returns all command line arguments specified when the running framework was started. |
java.lang.String[] |
getFrameworkArgs()
Returns the arguments consumed by the framework implementation itself. |
java.lang.String |
getNL()
Returns the string name of the current locale for use in finding files whose path starts with $nl$ . |
java.lang.String[] |
getNonFrameworkArgs()
Returns the arguments not consumed by the framework implementation itself. |
java.lang.String |
getOS()
Returns the string name of the current operating system for use in finding files whose path starts with $os$ . |
java.lang.String |
getOSArch()
Returns the string name of the current system architecture. |
java.lang.String |
getWS()
Returns the string name of the current window system for use in finding files whose path starts with $ws$ . |
java.lang.Boolean |
inDebugMode()
Returns true if the framework is in debug mode and
false otherwise. |
java.lang.Boolean |
inDevelopmentMode()
Returns true if the framework is in development mode
and false otherwise. |
Method Detail |
---|
java.lang.String[] getCommandLineArgs()
java.lang.String[] getFrameworkArgs()
java.lang.String[] getNonFrameworkArgs()
java.lang.String getOSArch()
java.lang.System.getProperty("os.arch")
.
java.lang.String getNL()
$nl$
.
java.lang.String getOS()
$os$
. Return "unknown"
if the operating system cannot be determined.
The value may indicate one of the operating systems known to the platform
(as specified in org.eclipse.core.runtime.Platform#knownOSValues
)
or a user-defined string if the operating system name is specified on the command line.
java.lang.String getWS()
$ws$
. Return null
if the window system cannot be determined.
null
java.lang.Boolean inDebugMode()
true
if the framework is in debug mode and
false
otherwise.
java.lang.Boolean inDevelopmentMode()
true
if the framework is in development mode
and false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |