|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.engine.LoadTypes com.jstatcom.engine.mlab.MLabLoadTypes
public final class MLabLoadTypes
This class contains all module types that can be loaded by a MLab engine.
Field Summary | |
---|---|
static MLabLoadTypes |
EXE
An executable file that is in the subdirectory jmlab . |
static MLabLoadTypes |
SYSLIB
A system library name that must be in the library path. |
static MLabLoadTypes |
USERLIB
A user library name that is in the subdirectory jmlab . |
Method Summary |
---|
Methods inherited from class com.jstatcom.engine.LoadTypes |
---|
equals, hashCode, name, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MLabLoadTypes SYSLIB
public static final MLabLoadTypes USERLIB
jmlab
.
public static final MLabLoadTypes EXE
jmlab
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |