|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigFormatException | |
anthill.factory | This package contains a general factory class based on reflection and XML configuration files, which could be used to configure the behavior of an Anthill simulation without need to recompile the application. |
Uses of ConfigFormatException in anthill.factory |
Methods in anthill.factory that throw ConfigFormatException | |
java.lang.Object |
Factory.get(java.lang.Class cl)
The get method is used to obtain an instantiation of
a class implementing the requested interface. |
java.lang.Object |
Factory.get(java.lang.String iface)
The get method is used to obtain an instantiation of
a class implementing the requested interface. |
void |
ConfigParser.read(java.lang.String urlConfig)
Parses the file obtained from the specified URL. |
Constructors in anthill.factory that throw ConfigFormatException | |
Factory(java.lang.String[] configURLs)
Create a parser object and pass this factory object allowing the parser to place the parsed elements directly into the HashMap using the factory API method put . |
|
Factory()
Create a parser object and pass this factory object allowing the parser to place the parsed elements directly into the HashMap using the factory API method put . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |