Uses of Class
org.eclipse.jgit.nls.TranslationBundle
-
Packages that use TranslationBundle Package Description org.eclipse.jgit.gitrepo.internal org.eclipse.jgit.internal Internal classes.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.nls Native language support (i18n). -
-
Uses of TranslationBundle in org.eclipse.jgit.gitrepo.internal
Subclasses of TranslationBundle in org.eclipse.jgit.gitrepo.internal Modifier and Type Class Description class
RepoText
Translation bundle for repo command -
Uses of TranslationBundle in org.eclipse.jgit.internal
Subclasses of TranslationBundle in org.eclipse.jgit.internal Modifier and Type Class Description class
JGitText
Translation bundle for JGit core -
Uses of TranslationBundle in org.eclipse.jgit.internal.storage.dfs
Subclasses of TranslationBundle in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description class
DfsText
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 TranslationBundle Modifier and Type Method Description static <T extends TranslationBundle>
TNLS. getBundleFor(java.lang.Class<T> type)
Returns an instance of the translation bundle of the required type.
-