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.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 classArchiveTextTranslation bundle for archivers -
Uses of TranslationBundle in org.eclipse.jgit.awtui
Subclasses of TranslationBundle in org.eclipse.jgit.awtui Modifier and Type Class Description classUITextTranslation 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 classRepoTextTranslation 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 classBCTextExternalized 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 classHttpServerTextTranslation 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 classJGitTextTranslation 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 classDfsTextTranslation 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 classJSchTextExternalized 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 classSshdTextExternalized 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 classLfsTextTranslation 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 classLfsServerTextTranslation 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. cachedBundlesprivate java.util.Map<java.lang.Class,TranslationBundle>NLS. mapMethods 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 classCLITextTranslation 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 classHttpApacheTextTranslation bundle for archivers
-