Uses of Class
org.eclipse.jgit.nls.TranslationBundle

Packages that use TranslationBundle
org.eclipse.jgit.internal Internal classes. 
org.eclipse.jgit.nls Native language support (i18n). 
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
 

Uses of TranslationBundle in org.eclipse.jgit.internal
 

Subclasses of TranslationBundle in org.eclipse.jgit.internal
 class JGitText
          Translation bundle for JGit core
 

Uses of TranslationBundle in org.eclipse.jgit.nls
 

Methods in org.eclipse.jgit.nls with type parameters of type TranslationBundle
static
<T extends TranslationBundle>
T
NLS.getBundleFor(Class<T> type)
          Returns an instance of the translation bundle of the required type.
 

Uses of TranslationBundle in org.eclipse.jgit.storage.dfs
 

Subclasses of TranslationBundle in org.eclipse.jgit.storage.dfs
 class DfsText
          Translation bundle for the DFS storage implementation.
 



Copyright © 2013. All Rights Reserved.