net.sf.invicta.process |
|
Java Source File Name | Type | Comment |
ConfigurationManager.java | Class | The manager of Invicta configuration properties.
Properties are read from an optional properties file
('invicta.properties' in default) or as Java system properties.
This class is used for getting values of properties. |
DumpersManager.java | Class | Resposible for managing the registered dumpers of Invicta: checking
which dumpers are enabled, checking whether a dumper forces Invicta
processing and executes enabled dumpers. |
InvictaMainFlow.java | Class | The main flow of Invicta processing. |
InvictaProcessException.java | Class | An exception to be thrown by classes of the main process module (package). |
InvictaProjectImpl.java | Class | Implementation of InvictaProject interface of the API. |
ProjectResolver.java | Class | Resolves a project definition while creating the API data structure. |
TiedDefinedProperty.java | Class | |
TypedComponent.java | Class | An implementation of the InvictaComponent interface of the API. |