|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--aleph.desktop.Options
Keeps track of user-controlled options.
Field Summary | |
boolean |
compiler
use compiler? |
java.util.Set |
hosts
Set of all known hosts |
java.util.Set |
liveHosts
Hosts where server is running. |
boolean |
logging
log console I/O to a file? |
int |
numPEs
number of PEs desired (or 0 if one per host) |
java.util.Set |
selectedHosts
Subset of liveHosts selected by user. |
Constructor Summary | |
Options()
Constructor |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public int numPEs
public java.util.Set hosts
public java.util.Set liveHosts
public java.util.Set selectedHosts
public boolean logging
public boolean compiler
Constructor Detail |
public Options()
Method Detail |
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |