public class GitPathRepresentation
This implementation maps path representation to the content of Git repository.
Type Params | Return Type | Name and description |
---|---|---|
|
int |
compareTo(GitPathRepresentation o) |
|
boolean |
equals(java.lang.Object o) |
|
FilePathRepresentationFactory |
factory() |
|
PathRepresentation |
getParent() |
|
int |
hashCode() |
|
PathRepresentation |
resolve(java.lang.String other) |
|
PathRepresentation |
toAbsolutePath() |
|
FileRepresentation |
toFile() |
|
java.lang.String |
toString() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), 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() |