| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
FileInfo.createFileInfo(File rootDir,
File file) |
protected FileInfo |
GitFacadeSupport.doExists(org.eclipse.jgit.api.Git git,
File rootDir,
String branch,
String pathOrEmpty) |
FileInfo |
GitFacadeMXBean.exists(String branch,
String pathOrEmpty)
Checks if the file exists and if so what its file metadata is
|
FileInfo |
GitFacade.exists(String branch,
String pathOrEmpty)
Checks if the file exists at the given path and returns the file metadata or null if it does not exist
|
| Modifier and Type | Method and Description |
|---|---|
List<FileInfo> |
FileContents.getChildren() |
| Constructor and Description |
|---|
FileContents(boolean directory,
String text,
List<FileInfo> children) |
Copyright © 2014. All Rights Reserved.