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