@Deprecated public class WritablePath extends Object implements Path, groovy.lang.Writable
| Constructor and Description |
|---|
WritablePath(Path delegate)
Deprecated.
|
WritablePath(Path delegate,
String encoding)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Path other)
Deprecated.
|
boolean |
endsWith(Path other)
Deprecated.
|
boolean |
endsWith(String other)
Deprecated.
|
boolean |
equals(Object other)
Deprecated.
|
Path |
getFileName()
Deprecated.
|
FileSystem |
getFileSystem()
Deprecated.
|
Path |
getName(int index)
Deprecated.
|
int |
getNameCount()
Deprecated.
|
Path |
getParent()
Deprecated.
|
Path |
getRoot()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isAbsolute()
Deprecated.
|
Iterator<Path> |
iterator()
Deprecated.
|
Path |
normalize()
Deprecated.
|
WatchKey |
register(WatchService watcher,
WatchEvent.Kind<?>... events)
Deprecated.
|
WatchKey |
register(WatchService watcher,
WatchEvent.Kind<?>[] events,
WatchEvent.Modifier... modifiers)
Deprecated.
|
Path |
relativize(Path other)
Deprecated.
|
Path |
resolve(Path other)
Deprecated.
|
Path |
resolve(String other)
Deprecated.
|
Path |
resolveSibling(Path other)
Deprecated.
|
Path |
resolveSibling(String other)
Deprecated.
|
boolean |
startsWith(Path other)
Deprecated.
|
boolean |
startsWith(String other)
Deprecated.
|
Path |
subpath(int beginIndex,
int endIndex)
Deprecated.
|
Path |
toAbsolutePath()
Deprecated.
|
File |
toFile()
Deprecated.
|
Path |
toRealPath(LinkOption... options)
Deprecated.
|
String |
toString()
Deprecated.
|
URI |
toUri()
Deprecated.
|
Writer |
writeTo(Writer out)
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic WritablePath(Path delegate)
public Writer writeTo(Writer out) throws IOException
writeTo in interface groovy.lang.WritableIOExceptionpublic FileSystem getFileSystem()
getFileSystem in interface Pathpublic boolean isAbsolute()
isAbsolute in interface Pathpublic Path getFileName()
getFileName in interface Pathpublic int getNameCount()
getNameCount in interface Pathpublic Path subpath(int beginIndex, int endIndex)
public boolean startsWith(Path other)
startsWith in interface Pathpublic boolean startsWith(String other)
startsWith in interface Pathpublic Path resolveSibling(Path other)
resolveSibling in interface Pathpublic Path resolveSibling(String other)
resolveSibling in interface Pathpublic Path relativize(Path other)
relativize in interface Pathpublic Path toAbsolutePath()
toAbsolutePath in interface Pathpublic Path toRealPath(LinkOption... options) throws IOException
toRealPath in interface PathIOExceptionpublic WatchKey register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers) throws IOException
register in interface Pathregister in interface WatchableIOExceptionpublic WatchKey register(WatchService watcher, WatchEvent.Kind<?>... events) throws IOException
register in interface Pathregister in interface WatchableIOExceptionpublic int compareTo(Path other)
compareTo in interface Comparable<Path>compareTo in interface Pathpublic boolean equals(Object other)
public int hashCode()