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 FileTree
find(String fqn)
static FileTree
find(Path file)
static FileTree
find(Path file, String typeName)
static Set<String>
getAllExperimentTypes()
static ExperimentView
getExperimentView()
static GosuPanel
getGosuPanel()
static FileTree
getRoot()
static boolean
isSupportedTextFile(FileTree ft)
static FileTree
makeExternalFileTree(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)
-
-