|
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.Inputs
public class Inputs
Class that maps the inputs
element of the jtr.xml
configuration file. See the jtr.xsd
grammar for more information.
This is a container of p-script
s formal parameters definitions.
Constructor Summary | |
---|---|
Inputs()
|
Method Summary | |
---|---|
void |
addInput(Input input)
Add an input parameter to the container. |
java.util.Map<java.lang.String,Input> |
getInputs()
Get an immutable-view of the stored formal-parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Inputs()
Method Detail |
---|
public void addInput(Input input)
input
- public java.util.Map<java.lang.String,Input> getInputs()
|
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 |