Package jetbrains.mps.vfs.util
Class PathAssert
- java.lang.Object
 - 
- jetbrains.mps.vfs.util.PathAssert
 
 
- 
public final class PathAssert extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description PathAssert(String path) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathAssertabsolute()PathAssertnoDots()PathAssertnonEmpty()PathAssertnoOddEndSlash()PathAssertnoSeparators()PathAssertosDependentPath()PathAssertosIndependentPath() 
 - 
 
- 
- 
Constructor Detail
- 
PathAssert
public PathAssert(String path)
 
 - 
 
- 
Method Detail
- 
osIndependentPath
public PathAssert osIndependentPath()
 
- 
osDependentPath
public PathAssert osDependentPath()
 
- 
absolute
public PathAssert absolute()
 
- 
noDots
public PathAssert noDots()
 
- 
nonEmpty
public PathAssert nonEmpty()
 
- 
noSeparators
public PathAssert noSeparators()
 
- 
noOddEndSlash
public PathAssert noOddEndSlash()
 
 - 
 
 -