Revision
951 -
Directory Listing
Modified
Fri Jan 29 16:12:34 2010 UTC
(12 years, 3 months ago)
by
duarte
Copied from:
trunk/actionTools revision 949
Reorganised the project with a src folder for java source files.
Added a jars dir with all jars needed for the project.
Added .project and .classpath pointing to relative path of jars.
The project should now work out of the box after a check-out with eclipse. No need to setup external jars or anything.
Revision
877 -
Directory Listing
Modified
Fri Aug 7 13:39:18 2009 UTC
(12 years, 9 months ago)
by
stehr
Original Path:
trunk/actionTools
Testing package-info.java for adding javadoc comment at the package level
Revision
447 -
Directory Listing
Modified
Tue Dec 4 15:11:22 2007 UTC
(14 years, 5 months ago)
by
lpetzo
Original Path:
branches/aglappe-jung/actionTools
class Getter:
- function get() is now throwing GetterError exception
class GetterError:
- wrapper exception for all type of exceptions thrown in the get() function of class Getter
Revision
417 -
Directory Listing
Modified
Thu Nov 22 11:23:49 2007 UTC
(14 years, 6 months ago)
by
lpetzo
Original Path:
trunk/actionTools
abstract class implementing the Runnable interface
Revision
369 -
Directory Listing
Added
Thu Oct 25 13:51:00 2007 UTC
(14 years, 7 months ago)
by
lpetzo
Original Path:
trunk/actionTools
This package provides a set of very basic abstract classes serving as interfaces to very basic tasks such as:
1. condition checkings (class Checker),
2. data retrieval (class Retriever) and
3. pure workers that perform any kind of actions that do not depend on any kind of input data (class Doer).
Each of these classes is a subclass of class Action which only purpose is to store the object affected by the subclasses action method.