Class ProcessOPI
- java.lang.Object
-
- org.phoebus.applications.display.navigation.ProcessOPI
-
public class ProcessOPI extends Object
A utility Class for handling the navigation of .bob and .opi files
-
-
Constructor Summary
Constructors Constructor Description ProcessOPI(File rootFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Set<File>getLinkedFiles(File file)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
-
-
-
Constructor Detail
-
ProcessOPI
public ProcessOPI(File rootFile)
- Parameters:
rootFile-
-
-