org.eclipse.emf.importer.rose.parser
Class Util
java.lang.Object
org.eclipse.emf.importer.rose.parser.Util
- public class Util
- extends Object
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUOTE
public static final String QUOTE
- See Also:
- Constant Field Values
PATH_NOT_VALID
public static final int PATH_NOT_VALID
- See Also:
- Constant Field Values
DIRECTORY_NOT_FOUND
public static final int DIRECTORY_NOT_FOUND
- See Also:
- Constant Field Values
PATH_OK
public static final int PATH_OK
- See Also:
- Constant Field Values
NOT_A_DIRECTORY
public static final int NOT_A_DIRECTORY
- See Also:
- Constant Field Values
Util
public Util()
isValidPath
public static int isValidPath(String pathname)
createDirectory
public static boolean createDirectory(String dirName)
trimQuotes
public static String trimQuotes(String str)
getType
public static String getType(String str)
getName
public static String getName(String str)
getWord
public static String getWord(String str,
int n)
updateFileName
public static String updateFileName(String fileName,
String dilimiter)