JTR 5.0 API Documentation

jtr.config.script
Class LScripts

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

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

Class that maps the l-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
LScripts()
           
 
Method Summary
 void addLScript(LScript script)
          Add the provided library-script to this container.
 java.util.Collection<LScript> getLibrary()
          Get the immutable-view of library-scripts stored in this container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LScripts

public LScripts()
Method Detail

addLScript

public void addLScript(LScript script)
Add the provided library-script to this container.

Parameters:
script -

getLibrary

public java.util.Collection<LScript> getLibrary()
Get the immutable-view of library-scripts stored in this container.

Returns:

The JTR Project is licensed under GPL version 2