|
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.Factories
public class Factories
This class represents a set of factories configured in a jtr.xml
configuration file. These factories are all responsible for instantiating
components of the JTR runtime.
Constructor Summary | |
---|---|
Factories()
Creates a new instance of Factories |
Method Summary | |
---|---|
void |
addFactory(Factory f)
|
java.util.List<Factory> |
getFactories()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Factories()
Method Detail |
---|
public void addFactory(Factory f)
public java.util.List<Factory> getFactories()
|
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 |