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