Uses of Interface
org.eclipse.jgit.util.LfsFactory.LfsInstallCommand
Packages that use LfsFactory.LfsInstallCommand
-
Uses of LfsFactory.LfsInstallCommand in org.eclipse.jgit.lfs
Classes in org.eclipse.jgit.lfs that implement LfsFactory.LfsInstallCommandModifier and TypeClassDescriptionclass
Installs all required LFS properties for the current user, analogous to 'git lfs install', but defaulting to using JGit builtin hooks.Methods in org.eclipse.jgit.lfs that return LfsFactory.LfsInstallCommandModifier and TypeMethodDescriptionBuiltinLFS.getInstallCommand()
InstallBuiltinLfsCommand.setRepository
(Repository repo) Set the repository to install LFS for -
Uses of LfsFactory.LfsInstallCommand in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return LfsFactory.LfsInstallCommandModifier and TypeMethodDescriptionLfsFactory.getInstallCommand()
Retrieve anLfsFactory.LfsInstallCommand
which can be used to enable LFS support (if available) either per repository or for the user.LfsFactory.LfsInstallCommand.setRepository
(Repository repo)