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
 java.lang.String cannotReadIndex
           
 java.lang.String shortReadOfBlock
           
 java.lang.String shortReadOfIndex
           
 java.lang.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 java.lang.String cannotReadIndex

shortReadOfBlock

public java.lang.String shortReadOfBlock

shortReadOfIndex

public java.lang.String shortReadOfIndex

willNotStoreEmptyPack

public java.lang.String willNotStoreEmptyPack
Constructor Detail

DfsText

public DfsText()
Method Detail

get

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


Copyright © 2013. All Rights Reserved.