JTR 5.0 API Documentation

jtr.config.script
Class Scripts

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

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

Class that maps the 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
Scripts()
           
 
Method Summary
 LScripts getLScripts()
           
 PScripts getPScripts()
           
 void setLScripts(LScripts val)
           
 void setPScripts(PScripts val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scripts

public Scripts()
Method Detail

setLScripts

public void setLScripts(LScripts val)

getLScripts

public LScripts getLScripts()

setPScripts

public void setPScripts(PScripts val)

getPScripts

public PScripts getPScripts()

The JTR Project is licensed under GPL version 2