public class Lfs extends Object
Modifier and Type | Method and Description |
---|---|
Path |
createTmpFile()
Create a new temp file in the LFS directory
|
Path |
getLfsObjDir() |
Path |
getLfsRoot() |
Path |
getLfsTmpDir() |
Path |
getMediaFile(AnyLongObjectId id) |
public Lfs(Path root)
root
- the path to the LFS media directory. Will be "public Path getLfsRoot()
public Path getLfsTmpDir()
public Path getLfsObjDir()
public Path getMediaFile(AnyLongObjectId id)
id
- the id of the mediafilepublic Path createTmpFile() throws IOException
IOException
- when the temp file could not be createdCopyright © 2016 Eclipse JGit Project. All rights reserved.