PathSpec.RC| Constructor and Description |
|---|
PathSpecWindows() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(String a,
String b) |
Pattern |
getAllSeparators() |
int |
getFilenameLength(String str) |
Optional<Pattern> |
getIllegalCharacters()
a pattern that checks for illegal chars
need not include separators
|
int |
getMaxFilenameLength() |
int |
getMaxPathLength() |
String |
getNormalForm(String str) |
int |
getPathLength(String str) |
PathSpec.RC |
getRootComponent(String str) |
String |
getSeparator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbyOS, filenameIsNotValidBecause, getBytespublic int getMaxPathLength()
getMaxPathLength in interface PathSpecpublic int getPathLength(String str)
getPathLength in interface PathSpecpublic int getMaxFilenameLength()
getMaxFilenameLength in interface PathSpecpublic int getFilenameLength(String str)
getFilenameLength in interface PathSpecpublic PathSpec.RC getRootComponent(String str)
getRootComponent in interface PathSpecpublic String getNormalForm(String str)
getNormalForm in interface PathSpecpublic String getSeparator()
getSeparator in interface PathSpecpublic Pattern getAllSeparators()
getAllSeparators in interface PathSpecpublic Optional<Pattern> getIllegalCharacters()
PathSpecgetIllegalCharacters in interface PathSpecCopyright © 2016. All rights reserved.