|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.config.script.ScriptParams
public class ScriptParams
Class that maps the script-params
element of the jtr.xml
configuration file. See the jtr.xsd
grammar for more information.
This is a container of script-param
s actual parameters definitions.
Constructor Summary | |
---|---|
ScriptParams()
|
Method Summary | |
---|---|
void |
addScriptParameter(ScriptParam p)
Add a new actual parameter definition. |
ScriptParam |
getScriptParameter(java.lang.String name)
Get a parameter by name. |
java.util.Map<java.lang.String,ScriptParam> |
getScriptParameters()
Get an immutable-view to the actaul parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptParams()
Method Detail |
---|
public void addScriptParameter(ScriptParam p)
p
- public ScriptParam getScriptParameter(java.lang.String name)
null
value means the name
cannot be resolved.
name
-
public java.util.Map<java.lang.String,ScriptParam> getScriptParameters()
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |