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 String
cannotReadBackDelta
String
cannotReadIndex
String
shortReadOfBlock
String
shortReadOfIndex
String
unexpectedEofInPack
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 String cannotReadIndex
-
cannotReadBackDelta
public String cannotReadBackDelta
-
shortReadOfBlock
public String shortReadOfBlock
-
shortReadOfIndex
public String shortReadOfIndex
-
unexpectedEofInPack
public String unexpectedEofInPack
-
willNotStoreEmptyPack
public String willNotStoreEmptyPack
-
-
Method Detail
-
get
public static DfsText get()
- Returns:
- instance of this translation bundle
-
-