com.jstatcom.engine.stub
Class StubLoadTypes

java.lang.Object
  extended by com.jstatcom.engine.LoadTypes
      extended by com.jstatcom.engine.stub.StubLoadTypes

public final class StubLoadTypes
extends LoadTypes

This class contains all module types that can be loaded by a Stub engine.

Author:
Markus Kraetzig

Field Summary
static StubLoadTypes SYSLIB
          A system library name that must be in the library path.
static StubLoadTypes USERLIB
          A user library name that is in the subdirectory jstub.
 
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

SYSLIB

public static final StubLoadTypes SYSLIB
A system library name that must be in the library path.


USERLIB

public static final StubLoadTypes USERLIB
A user library name that is in the subdirectory jstub.