Package editor
Class FileTreeUtil
- java.lang.Object
-
- editor.FileTreeUtil
-
public class FileTreeUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FileTreeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileTreefind(String fqn)static FileTreefind(Path file)static FileTreefind(Path file, String typeName)static Set<String>getAllExperimentTypes()static ExperimentViewgetExperimentView()static GosuPanelgetGosuPanel()static FileTreegetRoot()static booleanisSupportedTextFile(FileTree ft)static FileTreemakeExternalFileTree(Path file, String fqn)
-
-
-
Method Detail
-
getExperimentView
public static ExperimentView getExperimentView()
-
getGosuPanel
public static GosuPanel getGosuPanel()
-
getRoot
public static FileTree getRoot()
-
isSupportedTextFile
public static boolean isSupportedTextFile(FileTree ft)
-
-