Package org.eclipse.jgit.http.server
Class HttpServerText
java.lang.Object
org.eclipse.jgit.nls.TranslationBundle
org.eclipse.jgit.http.server.HttpServerText
public class HttpServerText
extends org.eclipse.jgit.nls.TranslationBundle
Translation bundle for JGit http server
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpServerText
get()
Get an instance of this translation bundleMethods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
Field Details
-
alreadyInitializedByContainer
-
cannotGetLengthOf
-
clientHas175ChunkedEncodingBug
-
encodingNotSupportedByThisLibrary
-
expectedRepositoryAttribute
-
filterMustNotBeNull
-
internalErrorDuringReceivePack
-
internalErrorDuringUploadPack
-
internalServerError
-
internalServerErrorRequestAttributeWasAlreadySet
-
invalidBoolean
-
invalidIndex
-
invalidRegexGroup
-
noResolverAvailable
-
parameterNotSet
-
pathForParamNotFound
-
pathNotSupported
-
receivedCorruptObject
-
repositoryAccessForbidden
-
repositoryNotFound
-
servletAlreadyInitialized
-
servletMustNotBeNull
-
servletWasAlreadyBound
-
unexpectedeOFOn
-
-
Constructor Details
-
HttpServerText
public HttpServerText()
-
-
Method Details
-
get
Get an instance of this translation bundle- Returns:
- an instance of this translation bundle
-