|
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.PScripts
public class PScripts
Class that maps the p-scripts
element of the jtr.xml
configuration file. See the jtr.xsd
grammar for more information.
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 |
---|
public PScripts()
Method Detail |
---|
public void addPScript(PScript pscript)
pscript
- public PScript getPScript(java.lang.String name)
name
-
public java.util.Collection<PScript> getPScripts()
public java.util.Map<java.lang.String,PScript> getPScriptsMap()
|
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 |