Uses of Interface
org.eclipse.jgit.util.LfsFactory.LfsInstallCommand
-
Packages that use LfsFactory.LfsInstallCommand Package Description org.eclipse.jgit.lfs org.eclipse.jgit.util Utility classes. -
-
Uses of LfsFactory.LfsInstallCommand in org.eclipse.jgit.lfs
Classes in org.eclipse.jgit.lfs that implement LfsFactory.LfsInstallCommand Modifier and Type Class Description classInstallBuiltinLfsCommandInstalls 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.LfsInstallCommand Modifier and Type Method Description LfsFactory.LfsInstallCommandBuiltinLFS. getInstallCommand()LfsFactory.LfsInstallCommandInstallBuiltinLfsCommand. 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.LfsInstallCommand Modifier and Type Method Description LfsFactory.LfsInstallCommandLfsFactory. getInstallCommand()Retrieve anLfsFactory.LfsInstallCommandwhich can be used to enable LFS support (if available) either per repository or for the user.LfsFactory.LfsInstallCommandLfsFactory.LfsInstallCommand. setRepository(Repository repo)
-