Class DfsText

java.lang.Object
org.eclipse.jgit.nls.TranslationBundle
org.eclipse.jgit.internal.storage.dfs.DfsText

public class DfsText extends TranslationBundle
Translation bundle for the DFS storage implementation.
  • Field Details

    • cannotReadIndex

      public String cannotReadIndex
    • shortReadOfBlock

      public String shortReadOfBlock
    • shortReadOfIndex

      public String shortReadOfIndex
    • willNotStoreEmptyPack

      public String willNotStoreEmptyPack
  • Constructor Details

    • DfsText

      public DfsText()
  • Method Details

    • get

      public static DfsText get()
      Get an instance of this translation bundle.
      Returns:
      instance of this translation bundle.