|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rlcommunity.rlglue.codec.RLGlueCore
public class RLGlueCore
This is the executable class from the JavaRLGlueCodec JAR.
It can be used to load agents and environments (although that approach is no longer the best way :: see Agent/Environment Loading in the Java Codec Manual).
It will also tell you exactly what version and build of the codec you are using if you
do
java -jar JavaRLGlueCodec --version
Constructor Summary | |
---|---|
RLGlueCore()
|
Method Summary | |
---|---|
static java.lang.String |
getImplementationVersion()
Get the Implementation (Build) version of RLGlue as set in the Manifest file. |
static java.lang.String |
getSpecVersion()
Get the Specification (Interface) version of RLGlue as set in the Manifest file. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RLGlueCore()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static java.lang.String getSpecVersion()
public static java.lang.String getImplementationVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |