Package org.eclipse.jgit.util
Interface LfsFactory.LfsInstallCommand
-
- All Known Implementing Classes:
InstallBuiltinLfsCommand
- Enclosing class:
- LfsFactory
public static interface LfsFactory.LfsInstallCommand extends Callable<Void>
A command to enable LFS. Optionally set aRepository
to enable locally on the repository only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LfsFactory.LfsInstallCommand
setRepository(Repository repo)
-
-
-
Method Detail
-
setRepository
LfsFactory.LfsInstallCommand setRepository(Repository repo)
- Parameters:
repo
- the repository to enable support for.- Returns:
- The
LfsFactory.LfsInstallCommand
for chaining.
-
-