JTR 5.0 API Documentation

jtr.config.script
Class PScripts

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

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

Class that maps the p-scripts element of the jtr.xml configuration file. See the jtr.xsd grammar for more information.

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

Constructor Summary
PScripts()
           
 
Method Summary
 void addPScript(PScript pscript)
          Add a parameterization-script to this container.
 PScript getPScript(java.lang.String name)
          Get a parameterization-script by name.
 java.util.Collection<PScript> getPScripts()
          Get all the configured parameterization-scripts.
 java.util.Map<java.lang.String,PScript> getPScriptsMap()
          Get an immutable representation of the underlying map of parameterization-scripts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PScripts

public PScripts()
Method Detail

addPScript

public void addPScript(PScript pscript)
Add a parameterization-script to this container.

Parameters:
pscript -

getPScript

public PScript getPScript(java.lang.String name)
Get a parameterization-script by name.

Parameters:
name -
Returns:

getPScripts

public java.util.Collection<PScript> getPScripts()
Get all the configured parameterization-scripts.

Returns:

getPScriptsMap

public java.util.Map<java.lang.String,PScript> getPScriptsMap()
Get an immutable representation of the underlying map of parameterization-scripts.

Returns:

The JTR Project is licensed under GPL version 2