org.eclipse.jgit.storage.dfs
Class DfsText

java.lang.Object
  extended by org.eclipse.jgit.nls.TranslationBundle
      extended by org.eclipse.jgit.storage.dfs.DfsText

public class DfsText
extends TranslationBundle

Translation bundle for the DFS storage implementation.


Field Summary
 String cannotReadIndex
           
 String shortReadOfBlock
           
 String shortReadOfIndex
           
 String willNotStoreEmptyPack
           
 
Constructor Summary
DfsText()
           
 
Method Summary
static DfsText get()
           
 
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cannotReadIndex

public String cannotReadIndex

shortReadOfBlock

public String shortReadOfBlock

shortReadOfIndex

public String shortReadOfIndex

willNotStoreEmptyPack

public String willNotStoreEmptyPack
Constructor Detail

DfsText

public DfsText()
Method Detail

get

public static DfsText get()
Returns:
instance of this translation bundle


Copyright © 2012. All Rights Reserved.