| Interface | Description |
|---|---|
| Executable | |
| GenericTask |
GenericTask instances are used by the engine to perform any task.
|
| GenericTaskFactory |
The GenericTaskFactory interface ensures a particular instance can create its own task.
|
| Class | Description |
|---|---|
| AbstractAppVersion |
This class retrieves the revision that defines the version of the application.
|
| AbstractAppVersionCompiler |
This class records the last version number from the svn repository.
|
| AbstractGenericEngine |
The AbstractGenericEngine class implements all the methods to run an application.
|
| AbstractGenericTask |
This class is the basic class for all the GenericTask classes.
|
| Logger |
The Logger class includes a JTextArea instance in which any OutputStream can write.
|
| REpiceaJARSVNAppVersion |
This class retrieves information on the version and other features of the repicea.jar application.
|
| SettingMemory |
The class SettingMemory makes it possible to record properties in a Map object and
to retrieve them afterwards.
|