@groovy.transform.CompileStatic class GitPath extends java.lang.Object implements java.nio.file.Path
Type | Name and description |
---|---|
java.lang.String |
pathString |
java.lang.String |
rootDirectory |
Constructor and description |
---|
GitPath
(java.lang.String rootDirectory, java.lang.String pathString) |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
compareTo(java.nio.file.Path path) |
|
boolean |
endsWith(java.nio.file.Path path) |
|
java.nio.file.Path |
getFileName() |
|
java.nio.file.FileSystem |
getFileSystem() |
|
java.nio.file.Path |
getName(int i) |
|
int |
getNameCount() |
|
java.nio.file.Path |
getParent() |
|
java.nio.file.Path |
getRoot() |
|
boolean |
isAbsolute() |
|
java.nio.file.Path |
normalize() |
|
java.nio.file.WatchKey |
register(java.nio.file.WatchService watchService, WatchEvent.Kind<?>[] kinds, java.nio.file.WatchEvent$Modifier[] modifiers) |
|
java.nio.file.Path |
relativize(java.nio.file.Path path) |
|
java.nio.file.Path |
resolve(java.nio.file.Path other) |
|
boolean |
startsWith(java.nio.file.Path path) |
|
java.nio.file.Path |
subpath(int i, int i1) |
|
java.nio.file.Path |
toAbsolutePath() |
|
java.nio.file.Path |
toRealPath(java.nio.file.LinkOption[] linkOptions) |
|
java.lang.String |
toString() |
|
java.net.URI |
toUri() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation