Class ProcessOPI


  • public class ProcessOPI
    extends Object
    A utility Class for handling the navigation of .bob and .opi files
    • Constructor Detail

      • ProcessOPI

        public ProcessOPI​(File rootFile)
        Parameters:
        rootFile -
    • Method Detail

      • process

        public Set<File> process()
        Gets All the files linked to via the rootFile This call should be made on a separate thread since it may take some time to process all the linked files
      • getLinkedFiles

        public static Set<File> getLinkedFiles​(File file)