Module org.eclipse.jgit.ssh.jsch
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 StringconnectionFailedStringsshUserNameErrorStringtransportSSHRetryInterruptStringunknownHost
-
Constructor Summary
Constructors Constructor Description JSchText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JSchTextget()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
-
-