Package editor.util
Class TypeNameUtil
- java.lang.Object
-
- editor.util.TypeNameUtil
-
public class TypeNameUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeNameUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetTypeNameForFile(java.nio.file.Path classFile)static java.lang.StringgetTypeNameFromFile(IDirectory root, IFile file)
-
-
-
Method Detail
-
getTypeNameForFile
public static java.lang.String getTypeNameForFile(java.nio.file.Path classFile)
-
getTypeNameFromFile
public static java.lang.String getTypeNameFromFile(IDirectory root, IFile file)
-
-