Class LfsServerText
- java.lang.Object
-
- org.eclipse.jgit.nls.TranslationBundle
-
- org.eclipse.jgit.lfs.server.internal.LfsServerText
-
public class LfsServerText extends TranslationBundle
Translation bundle for JGit LFS server
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LfsServerText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LfsServerText
get()
Get an instance of this translation bundle-
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
-
-
-
Field Detail
-
failedToCalcSignature
public String failedToCalcSignature
-
invalidPathInfo
public String invalidPathInfo
-
objectNotFound
public String objectNotFound
-
undefinedS3AccessKey
public String undefinedS3AccessKey
-
undefinedS3Bucket
public String undefinedS3Bucket
-
undefinedS3Region
public String undefinedS3Region
-
undefinedS3Hostname
public String undefinedS3Hostname
-
undefinedS3SecretKey
public String undefinedS3SecretKey
-
undefinedS3StorageClass
public String undefinedS3StorageClass
-
unparsableEndpoint
public String unparsableEndpoint
-
unsupportedOperation
public String unsupportedOperation
-
unsupportedUtf8
public String unsupportedUtf8
-
-
Method Detail
-
get
public static LfsServerText get()
Get an instance of this translation bundle- Returns:
- an instance of this translation bundle
-
-