|
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.LScripts
public class LScripts
Class that maps the l-scripts
element of the jtr.xml
configuration file. See the jtr.xsd
grammar for more information.
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 |
---|
public LScripts()
Method Detail |
---|
public void addLScript(LScript script)
script
- public java.util.Collection<LScript> getLibrary()
|
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 |