Class ProjectDetector

java.lang.Object
ca.phon.app.project.ProjectDetector

public class ProjectDetector extends Object
Class which attempts to detect if a given file folder is an actual Phon project folder. This class performs the following check
  • check folders for a session file inside a corpus folder
  • Constructor Details

    • ProjectDetector

      public ProjectDetector()
  • Method Details

    • isPhonProjectFolder

      public boolean isPhonProjectFolder(File folder)