Uses of Class
org.bibalex.daf.entities.phase.NameCountCompareTriple

Packages that use NameCountCompareTriple
org.bibalex.daf.entities.phase   
 

Uses of NameCountCompareTriple in org.bibalex.daf.entities.phase
 

Fields in org.bibalex.daf.entities.phase with type parameters of type NameCountCompareTriple
private  java.util.ArrayList<NameCountCompareTriple> StepThroughCheckStrategy.filesCount
          Stores each file as it is being visited and it physical count.
 

Methods in org.bibalex.daf.entities.phase with parameters of type NameCountCompareTriple
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.compareFiles(NameCountCompareTriple[] files)
          Compare the files count.
private  int StepThroughCheckStrategy.getCountByName(NameCountCompareTriple[] files, java.lang.String name)
          Gets the count associated with the given name.