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 Type
    Method
    Description
    boolean
     
    static void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • register

      public static void register()
      Activates the built-in LFS support.
    • isAvailable

      public boolean isAvailable()
      Overrides:
      isAvailable in class org.eclipse.jgit.util.LfsFactory