Package 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.
See:
Description
Class Summary |
ConfigParser |
Parser code to read an XML configuration file, using the supplied URL.
|
Factory |
A generic factory for creating object instances of a class
matching a particular interface and possibly taking arguments.
|
Exception Summary |
ConfigFormatException |
Thrown when there is a problem parsing or validating the
content of the system configuration file. |
ConstructorException |
ConstructorException is a runtime exception that wraps
an exception thrown when using get() methods of Factory |
Package anthill.factory Description
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.