|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nengo.util.Environment
public abstract class Environment
Provides information about the context in which the code is running.
Field Summary | |
---|---|
static java.lang.String |
USER_INTERFACE
Name of system property underlying inUserInterface() |
static java.lang.String |
WORKING_DIRECTORY
Name of String property that contains path of user's working directory |
Constructor Summary | |
---|---|
Environment()
|
Method Summary | |
---|---|
static boolean |
inUserInterface()
|
static void |
setUserInterface(boolean inUI)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String USER_INTERFACE
public static java.lang.String WORKING_DIRECTORY
Constructor Detail |
---|
public Environment()
Method Detail |
---|
public static boolean inUserInterface()
public static void setUserInterface(boolean inUI)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |