org.eclipse.jgit.console
Class ConsoleText

java.lang.Object
  extended by org.eclipse.jgit.nls.TranslationBundle
      extended by org.eclipse.jgit.console.ConsoleText

public class ConsoleText
extends TranslationBundle

Translation bundle for JGit console


Field Summary
 String answerNo
           
 String answerYes
           
 String noSystemConsoleAvailable
           
 String password
           
 String usernameFor
           
 
Constructor Summary
ConsoleText()
           
 
Method Summary
static ConsoleText 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

answerNo

public String answerNo

answerYes

public String answerYes

noSystemConsoleAvailable

public String noSystemConsoleAvailable

password

public String password

usernameFor

public String usernameFor
Constructor Detail

ConsoleText

public ConsoleText()
Method Detail

get

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


Copyright © 2011. All Rights Reserved.