| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Presents methods to convert OS-dependend presetation of full file name (with path)
or list of ones to OS-neutral, and back.
| Method Summary | |
static String | convertSeparatorsToSystemSeparators(String systemPath, String aPath)Converts OS-depended directory delimeters from UNIX to Windows or back. |
static String | fromSystemNeutral(String fileName)Converts all directory delimeters from OS-neutral to OS-depended ("/" for UNIX, "\" for Windows ). |
static String | listFromSystemNeutral(String fileList)In file list converts all directory and path delimeters (":" for UNIX, ";" for Windows ) from OS-neutral to OS-depended. |
static String | listToSystemNeutral(String fileList)In file list converts all directory and path delimeters (":" for UNIX, ";" for Windows ) from OS-depended to OS-neutral. |
static String | toSystemNeutral(String fileName)Converts all directory delimeters from OS-depended ("/" for UNIX, "\" for Windows ) to OS-neutral. |
| Method Detail |
public static String convertSeparatorsToSystemSeparators(String systemPath, String aPath)
public static String fromSystemNeutral(String fileName)
public static String listFromSystemNeutral(String fileList)
public static String listToSystemNeutral(String fileList)
public static String toSystemNeutral(String fileName)
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||