Class JSchText
- java.lang.Object
-
- org.eclipse.jgit.nls.TranslationBundle
-
- org.eclipse.jgit.internal.transport.ssh.jsch.JSchText
-
public final class JSchText extends TranslationBundle
Externalized text messages for localization.
-
-
Field Summary
Fields Modifier and Type Field Description String
connectionFailed
String
sshUserNameError
String
transportSSHRetryInterrupt
String
unknownHost
-
Constructor Summary
Constructors Constructor Description JSchText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JSchText
get()
Get an instance of this translation bundle.-
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
-
-
-
Method Detail
-
get
public static JSchText get()
Get an instance of this translation bundle.- Returns:
- an instance of this translation bundle
-
-