Uses of Class
org.eclipse.jgit.util.LfsFactory
-
Packages that use LfsFactory Package Description org.eclipse.jgit.lfs org.eclipse.jgit.util Utility classes. -
-
Uses of LfsFactory in org.eclipse.jgit.lfs
Subclasses of LfsFactory in org.eclipse.jgit.lfs Modifier and Type Class Description classBuiltinLFSImplementation ofLfsFactory, using built-in (optional) LFS support. -
Uses of LfsFactory in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as LfsFactory Modifier and Type Field Description private static LfsFactoryLfsFactory. instanceMethods in org.eclipse.jgit.util that return LfsFactory Modifier and Type Method Description static LfsFactoryLfsFactory. getInstance()Methods in org.eclipse.jgit.util with parameters of type LfsFactory Modifier and Type Method Description static voidLfsFactory. setInstance(LfsFactory instance)
-