|
sdr 0.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
net.cscott.sdr.PMSD.State
public static class PMSD.State
Class holding properties accessible from the PMSD front-end.
| Field Summary |
|---|
| Fields inherited from class org.mozilla.javascript.ScriptableObject |
|---|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST |
| Fields inherited from interface org.mozilla.javascript.Scriptable |
|---|
NOT_FOUND |
| Constructor Summary | |
|---|---|
PMSD.State()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
|
String |
jsFunction_listTests(String basedir)
|
String |
jsFunction_runTest(String testName)
Runs the test in this same context, so that we can (for example) set /errorDetails=true and then run the test to get more
information about the failure. |
String |
jsFunction_setFormation(Object val)
|
String |
jsFunction_setFormationWithDancers(Object formation,
Object dancer1,
Object dancer2,
Object dancer3,
Object dancer4)
|
Object |
jsGet_ds()
|
Object |
jsGet_exit()
|
Object |
jsGet_program()
|
Object |
jsGet_reset()
|
void |
jsSet_formation(Object val)
|
void |
jsSet_program(Object val)
|
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
|---|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PMSD.State()
| Method Detail |
|---|
public String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic Object jsGet_ds()
public Object jsGet_reset()
public Object jsGet_exit()
public Object jsGet_program()
public void jsSet_program(Object val)
public void jsSet_formation(Object val)
public String jsFunction_setFormation(Object val)
public String jsFunction_setFormationWithDancers(Object formation,
Object dancer1,
Object dancer2,
Object dancer3,
Object dancer4)
public String jsFunction_runTest(String testName)
throws IOException
/errorDetails=true and then run the test to get more
information about the failure.
IOExceptionpublic String jsFunction_listTests(String basedir)
|
sdr 0.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||