Package jetbrains.mps.vfs.path
Interface Path
- 
- All Superinterfaces:
 Comparable<Path>
@Deprecated public interface Path extends Comparable<Path>
Deprecated. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringARCHIVE_SEPARATORDeprecated.e.g /Users/ap/foo/bar/abc/my-archive.jar!/my/path/within/jar/module.xml NB: might be any ZIP as wellstatic StringDOT_JARDeprecated.static StringJARDeprecated.static StringUNIX_SEPARATORDeprecated.static charUNIX_SEPARATOR_CHARDeprecated.any path one can get from this API must use this separator default separator is UNIX-stylestatic StringWIN_SEPARATORDeprecated.static charWIN_SEPARATOR_CHARDeprecated. 
- 
Method Summary
- 
Methods inherited from interface java.lang.Comparable
compareTo 
 - 
 
 - 
 
- 
- 
Field Detail
- 
UNIX_SEPARATOR_CHAR
static final char UNIX_SEPARATOR_CHAR
Deprecated.any path one can get from this API must use this separator default separator is UNIX-style- See Also:
 - Constant Field Values
 
 
- 
UNIX_SEPARATOR
static final String UNIX_SEPARATOR
Deprecated. 
- 
WIN_SEPARATOR_CHAR
static final char WIN_SEPARATOR_CHAR
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
WIN_SEPARATOR
static final String WIN_SEPARATOR
Deprecated. 
- 
JAR
static final String JAR
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
DOT_JAR
static final String DOT_JAR
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ARCHIVE_SEPARATOR
static final String ARCHIVE_SEPARATOR
Deprecated.e.g /Users/ap/foo/bar/abc/my-archive.jar!/my/path/within/jar/module.xml NB: might be any ZIP as well- See Also:
 - Constant Field Values
 
 
 - 
 
 -