Uses of Class
org.eclipse.jgit.nls.TranslationBundle
-
Packages that use TranslationBundle Package Description org.eclipse.jgit.archive.internal org.eclipse.jgit.awtui org.eclipse.jgit.gitrepo.internal org.eclipse.jgit.gpg.bc.internal org.eclipse.jgit.http.server org.eclipse.jgit.internal Internal classes.org.eclipse.jgit.internal.ketch Distributed consensus system built on Git.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.transport.jsch org.eclipse.jgit.internal.transport.sshd org.eclipse.jgit.lfs.internal org.eclipse.jgit.lfs.server.internal org.eclipse.jgit.nls Native language support (i18n).org.eclipse.jgit.pgm.internal org.eclipse.jgit.transport.http.apache.internal -
-
Uses of TranslationBundle in org.eclipse.jgit.archive.internal
Subclasses of TranslationBundle in org.eclipse.jgit.archive.internal Modifier and Type Class Description class
ArchiveText
Translation bundle for archivers -
Uses of TranslationBundle in org.eclipse.jgit.awtui
Subclasses of TranslationBundle in org.eclipse.jgit.awtui Modifier and Type Class Description class
UIText
Translation bundle for JGit UI -
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.gpg.bc.internal
Subclasses of TranslationBundle in org.eclipse.jgit.gpg.bc.internal Modifier and Type Class Description class
BCText
Externalized text messages for localization. -
Uses of TranslationBundle in org.eclipse.jgit.http.server
Subclasses of TranslationBundle in org.eclipse.jgit.http.server Modifier and Type Class Description class
HttpServerText
Translation bundle for JGit http server -
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.ketch
Subclasses of TranslationBundle in org.eclipse.jgit.internal.ketch Modifier and Type Class Description class
KetchText
Translation bundle for the Ketch implementation. -
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.internal.transport.jsch
Subclasses of TranslationBundle in org.eclipse.jgit.internal.transport.jsch Modifier and Type Class Description class
JSchText
Externalized text messages for localization. -
Uses of TranslationBundle in org.eclipse.jgit.internal.transport.sshd
Subclasses of TranslationBundle in org.eclipse.jgit.internal.transport.sshd Modifier and Type Class Description class
SshdText
Externalized text messages for localization. -
Uses of TranslationBundle in org.eclipse.jgit.lfs.internal
Subclasses of TranslationBundle in org.eclipse.jgit.lfs.internal Modifier and Type Class Description class
LfsText
Translation bundle for JGit LFS server -
Uses of TranslationBundle in org.eclipse.jgit.lfs.server.internal
Subclasses of TranslationBundle in org.eclipse.jgit.lfs.server.internal Modifier and Type Class Description class
LfsServerText
Translation bundle for JGit LFS server -
Uses of TranslationBundle in org.eclipse.jgit.nls
Fields in org.eclipse.jgit.nls with type parameters of type TranslationBundle Modifier and Type Field Description private static java.util.Map<java.util.Locale,java.util.Map<java.lang.Class,TranslationBundle>>
GlobalBundleCache. cachedBundles
private java.util.concurrent.ConcurrentHashMap<java.lang.Class,TranslationBundle>
NLS. map
Methods in org.eclipse.jgit.nls with type parameters of type TranslationBundle Modifier and Type Method Description private <T extends TranslationBundle>
TNLS. get(java.lang.Class<T> type)
static <T extends TranslationBundle>
TNLS. getBundleFor(java.lang.Class<T> type)
Returns an instance of the translation bundle of the required type.(package private) static <T extends TranslationBundle>
TGlobalBundleCache. lookupBundle(java.util.Locale locale, java.lang.Class<T> type)
Looks up for a translation bundle in the global cache. -
Uses of TranslationBundle in org.eclipse.jgit.pgm.internal
Subclasses of TranslationBundle in org.eclipse.jgit.pgm.internal Modifier and Type Class Description class
CLIText
Translation bundle for JGit command line interface -
Uses of TranslationBundle in org.eclipse.jgit.transport.http.apache.internal
Subclasses of TranslationBundle in org.eclipse.jgit.transport.http.apache.internal Modifier and Type Class Description class
HttpApacheText
Translation bundle for archivers
-