Uses of Class
org.eclipse.jgit.nls.TranslationBundle
Packages that use TranslationBundle
Package
Description
Internal classes.
Distributed file system based repository storage.
Native language support (i18n).
-
Uses of TranslationBundle in org.eclipse.jgit.gitrepo.internal
Subclasses of TranslationBundle in org.eclipse.jgit.gitrepo.internal -
Uses of TranslationBundle in org.eclipse.jgit.internal
Subclasses of TranslationBundle in org.eclipse.jgit.internal -
Uses of TranslationBundle in org.eclipse.jgit.internal.storage.dfs
Subclasses of TranslationBundle in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionclass
Translation bundle for the DFS storage implementation. -
Uses of TranslationBundle in org.eclipse.jgit.nls
Methods in org.eclipse.jgit.nls with type parameters of type TranslationBundleModifier and TypeMethodDescriptionstatic <T extends TranslationBundle>
TNLS.getBundleFor
(Class<T> type) Returns an instance of the translation bundle of the required type.