public class GitPathResolver extends Object
File paths to the form expected by jGit - i.e. relative to git working tree
root directory and delimited by '/'.| Constructor and Description |
|---|
GitPathResolver(String repositoryRootDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
relativize(File path)
Return a string representing the supplied
path path relative to git working tree root directory and
delimited by '/'. |
public GitPathResolver(String repositoryRootDir)
Copyright © 2015 Red Hat, Inc.. All Rights Reserved.