JTR 5.0 API Documentation

jtr.config.script
Class Inputs

java.lang.Object
  extended by jtr.config.script.Inputs
All Implemented Interfaces:
java.io.Serializable

public class Inputs
extends java.lang.Object
implements java.io.Serializable

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-scripts formal parameters definitions.

Since:
5.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

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

Inputs

public Inputs()
Method Detail

addInput

public void addInput(Input input)
Add an input parameter to the container.

Parameters:
input -

getInputs

public java.util.Map<java.lang.String,Input> getInputs()
Get an immutable-view of the stored formal-parameters.

Returns:

The JTR Project is licensed under GPL version 2