summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/DamlEngine.java
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-17 04:33:42 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-17 04:33:42 +0200
commit6cba05247ae4e6c202c4c126a535b17526f71127 (patch)
tree49501baff625f5d513b19d815808a4ade1c58513 /org/madore/damlengine/DamlEngine.java
parent0c124ba807b8a16f4119df64cb11734ed8e4ac1b (diff)
downloaddamlengine-6cba05247ae4e6c202c4c126a535b17526f71127.tar.gz
damlengine-6cba05247ae4e6c202c4c126a535b17526f71127.tar.bz2
damlengine-6cba05247ae4e6c202c4c126a535b17526f71127.zip
Use factories implemented as nested classes (rather than reflected constructors) to store classes to instantiate.
Now every subclass of TodoElement or TodoAttr should also come with a nested subclass of TodoElement.Factory or TodoAttr.Factory which just contains a(n instance) method to call its constructor. In essecne, the factory instance is just used as a pointer to the class to create (or its constructor, as in the previous version).
Diffstat (limited to 'org/madore/damlengine/DamlEngine.java')
0 files changed, 0 insertions, 0 deletions