Uses of Package
org.bibalex.daf.entities.phase

Packages that use org.bibalex.daf.entities.phase
org.bibalex.daf.entities.job   
org.bibalex.daf.entities.phase   
org.bibalex.daf.managers.phase   
org.bibalex.daf.managers.report   
org.bibalex.daf.reflectioncalls   
 

Classes in org.bibalex.daf.entities.phase used by org.bibalex.daf.entities.job
FolderElement
          Represents the folder definition within the physical section of a phase.
The FolderElement capabilities are not limited to parsing XML and converting it to an object.
The following are also included:
1) Count the number of the files within the folder.
Phase
          Handles the checks and actions associated with the phase.
PhaseDef
          Represents the complete phase definition with its pre-phase and post-phase specifications.
 

Classes in org.bibalex.daf.entities.phase used by org.bibalex.daf.entities.phase
ActionContext
          Defines the context of the action.
CheckStrategy
          An abstract base class the defines the functionality needed to be implemented by classes to apply phase checks against a folder structure.
DatabaseDef
          Represents the database section of a phase.
DatabaseElement
          Represents the field definition within the database section of a phase.
FileElement
          Represents the file definition within the physical section of a phase.
The FileElement capabilities are not limited to parsing XML and converting it to an object.
The following are also included:
1) Count the number of the files that match the definition in a given folder.
FolderElement
          Represents the folder definition within the physical section of a phase.
The FolderElement capabilities are not limited to parsing XML and converting it to an object.
The following are also included:
1) Count the number of the files within the folder.
IDatabaseDataEntry
          Determines the functionality needed by classes to collect data form the user.
NameCountCompareTriple
          Holds the name of the FileElement, the physical files count and the name of the FileElement to whwihc this instscne will be compared.
PhaseAction
          An abstract base class the defines the functionality needed to be implemented by classes to apply phase actions.
PhaseActionException
          An application exception that is thrown when a phase action fails while it is being performed.
PhaseCheckException
          An application exception that is thrown when the physical check of a folder against the phsyical definition of a phase fails.
PhaseDefinitionException
          An application exception that is thrown when the Xml document describing the phase cannot be parsed.
PhysicalDef
          Represents the physical section of a phase.
PhysicalElement
          The base class for PhysicalElements.
Policy
          Defines the PhaseActionPerformer policy in case of encountering errore while performing an action.
ReflectionDef
          Represents the reflection section of a phase.
SemiPhaseDef
          Represents either the PrePhase or PostPhase definition.
 

Classes in org.bibalex.daf.entities.phase used by org.bibalex.daf.managers.phase
Phase
          Handles the checks and actions associated with the phase.
 

Classes in org.bibalex.daf.entities.phase used by org.bibalex.daf.managers.report
Phase
          Handles the checks and actions associated with the phase.
 

Classes in org.bibalex.daf.entities.phase used by org.bibalex.daf.reflectioncalls
PhaseActionException
          An application exception that is thrown when a phase action fails while it is being performed.