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.archive.internal
Subclasses of TranslationBundle in org.eclipse.jgit.archive.internal -
Uses of TranslationBundle in org.eclipse.jgit.awtui
Subclasses of TranslationBundle in org.eclipse.jgit.awtui -
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.gpg.bc.internal
Subclasses of TranslationBundle in org.eclipse.jgit.gpg.bc.internal -
Uses of TranslationBundle in org.eclipse.jgit.http.server
Subclasses of TranslationBundle in org.eclipse.jgit.http.server -
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.internal.transport.ssh.jsch
Subclasses of TranslationBundle in org.eclipse.jgit.internal.transport.ssh.jschModifier and TypeClassDescriptionfinal class
Externalized text messages for localization. -
Uses of TranslationBundle in org.eclipse.jgit.internal.transport.sshd
Subclasses of TranslationBundle in org.eclipse.jgit.internal.transport.sshdModifier and TypeClassDescriptionfinal class
Externalized text messages for localization. -
Uses of TranslationBundle in org.eclipse.jgit.internal.transport.sshd.agent.connector
-
Uses of TranslationBundle in org.eclipse.jgit.lfs.internal
Subclasses of TranslationBundle in org.eclipse.jgit.lfs.internal -
Uses of TranslationBundle in org.eclipse.jgit.lfs.server.internal
Subclasses of TranslationBundle in org.eclipse.jgit.lfs.server.internal -
Uses of TranslationBundle in org.eclipse.jgit.nls
Fields in org.eclipse.jgit.nls with type parameters of type TranslationBundleModifier and TypeFieldDescriptionprivate static final Map<Locale,
Map<Class, TranslationBundle>> GlobalBundleCache.cachedBundles
private final Map<Class,
TranslationBundle> NLS.map
Methods in org.eclipse.jgit.nls with type parameters of type TranslationBundleModifier and TypeMethodDescriptionprivate <T extends TranslationBundle>
Tstatic <T extends TranslationBundle>
TNLS.getBundleFor
(Class<T> type) Returns an instance of the translation bundle of the required type.(package private) static <T extends TranslationBundle>
TGlobalBundleCache.lookupBundle
(Locale locale, 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.internalModifier and TypeClassDescriptionclass
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