Class BraiAn

java.lang.Object
qupath.ext.braian.utils.BraiAn

public class BraiAn extends Object
  • Constructor Details

    • BraiAn

      public BraiAn()
  • Method Details

    • resolvePathIfPresent

      public static Optional<Path> resolvePathIfPresent(String fileName)
    • resolvePath

      public static Path resolvePath(String fileName) throws FileNotFoundException
      It searches for a file accordingly to BraiAn specifics: it first searches it in the project's path; if it is not present, it searches it in the parent directory, were supposedly other QuPath projects of the same experiment reside.
      Parameters:
      fileName - the name of the file to search accordingly to BraiAn
      Returns:
      the complete path to fileName.
      Throws:
      FileNotFoundException - if no file named fileName was found.
    • populatePathClassGUI

      public static void populatePathClassGUI(qupath.lib.objects.classes.PathClass... toAdd)
    • join

      public static <T> String join(Collection<T> c, String delimiter)