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 Summary
Fields Modifier and Type Field Description java.lang.String
cannotReadBackDelta
java.lang.String
cannotReadIndex
java.lang.String
shortReadOfBlock
java.lang.String
shortReadOfIndex
java.lang.String
unexpectedEofInPack
java.lang.String
willNotStoreEmptyPack
-
Constructor Summary
Constructors Constructor Description DfsText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DfsText
get()
-
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
-
-
-
Field Detail
-
cannotReadIndex
public java.lang.String cannotReadIndex
-
cannotReadBackDelta
public java.lang.String cannotReadBackDelta
-
shortReadOfBlock
public java.lang.String shortReadOfBlock
-
shortReadOfIndex
public java.lang.String shortReadOfIndex
-
unexpectedEofInPack
public java.lang.String unexpectedEofInPack
-
willNotStoreEmptyPack
public java.lang.String willNotStoreEmptyPack
-
-
Method Detail
-
get
public static DfsText get()
- Returns:
- instance of this translation bundle
-
-