Class IgnoringLfsFactory
java.lang.Object
org.eclipse.jgit.util.LfsFactory
com.atlassian.bamboo.plugins.git.jgit.transport.lfs.IgnoringLfsFactory
public class IgnoringLfsFactory
extends org.eclipse.jgit.util.LfsFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.util.LfsFactory
org.eclipse.jgit.util.LfsFactory.LfsInputStream, org.eclipse.jgit.util.LfsFactory.LfsInstallCommand -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic voidregister()Activates the built-in LFS support.Methods inherited from class org.eclipse.jgit.util.LfsFactory
applyCleanFilter, applySmudgeFilter, getAttributesForPath, getAttributesForPath, getInstallCommand, getInstance, getPrePushHook, getPrePushHook, isEnabled, setInstance
-
Method Details
-
register
public static void register()Activates the built-in LFS support. -
isAvailable
public boolean isAvailable()- Overrides:
isAvailablein classorg.eclipse.jgit.util.LfsFactory
-