|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhaseCheckException | |
---|---|
org.bibalex.daf.entities.phase |
Uses of PhaseCheckException in org.bibalex.daf.entities.phase |
---|
Methods in org.bibalex.daf.entities.phase that throw PhaseCheckException | |
---|---|
void |
Phase.applyChecks(ActionContext context,
FileHandler fileHandler,
java.lang.String jobPath,
ActionContext alternateContext,
FileHandler alternateHandler,
java.lang.String alternatePath)
Applies pre-phase or post-phase checks as defined in the physical section of the phase definition. |
abstract void |
CheckStrategy.applyChecks(PhysicalDef physicalDef,
java.lang.String jobFolder,
FileHandler fileHandler,
PhysicalDef alternateDef,
java.lang.String alternatePath,
FileHandler alternateHandler)
When overridden in a derived class, it compares the physical folder structure againts the folder defined in the physical section of the phase Xml definition. Note: The method receives 6 parameters 3 of them are alternate parameters. The reason behind alternate parameters is to compare PrePhase files with PostPhase files. |
void |
StepThroughCheckStrategy.applyChecks(PhysicalDef physicalDef,
java.lang.String jobPath,
FileHandler fileHandler,
PhysicalDef alternateDef,
java.lang.String alternatePath,
FileHandler alternateHandler)
Compares the folder structure against the given definition. |
void |
Phase.applyPostPhaseChecks(java.lang.String localPath,
FileHandler ftpHandler,
java.lang.String serverPath)
Applies the post-phase checks as defined in the physical section of the phase definition. |
void |
Phase.applyPrePhaseChecks(java.lang.String serverPath,
FileHandler ftpHandler,
java.lang.String localPath)
Applies the pre-phase checks as defined in the physical section of the phase definition. |
private void |
StepThroughCheckStrategy.checkFilesExist(FolderElement folder,
java.lang.String path)
Checks that each file type defined within the given FolderElement has a corresponding physical files. |
private void |
StepThroughCheckStrategy.checkFoldersExist(FolderElement folder,
java.lang.String path)
Checks that each folder defined within the given FolderElement has a corresponding physical folder. |
private void |
StepThroughCheckStrategy.checkFolderStructure(FolderElement folder,
java.lang.String folderPath)
Makes sure that folder structure conforms to the defintion. |
private void |
StepThroughCheckStrategy.checkNoMoreFilesExist(FolderElement folder,
java.lang.String path,
NameCountCompareTriple[] files)
For a 'Restricted' mode folder, this method makes sure that no extra file types exists except for those specified in the definition. |
private void |
StepThroughCheckStrategy.checkNoMoreFoldersExist(FolderElement folder,
java.lang.String path)
For a 'Restricted' mode folder, this method makes sure that no extra folders exists except for those specified in the definition. |
private void |
StepThroughCheckStrategy.compareFiles(NameCountCompareTriple[] files)
Compare the files count. |
void |
StepThroughCheckStrategyTest.testApplyChecks()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |