org.eclipse.jgit.http.server
Class HttpServerText

java.lang.Object
  extended by org.eclipse.jgit.nls.TranslationBundle
      extended by org.eclipse.jgit.http.server.HttpServerText

public class HttpServerText
extends TranslationBundle

Translation bundle for JGit http server


Field Summary
 String alreadyInitializedByContainer
           
 String cannotGetLengthOf
           
 String encodingNotSupportedByThisLibrary
           
 String expectedRepositoryAttribute
           
 String filterMustNotBeNull
           
 String internalErrorDuringReceivePack
           
 String internalErrorDuringUploadPack
           
 String internalServerError
           
 String internalServerErrorRequestAttributeWasAlreadySet
           
 String invalidBoolean
           
 String invalidIndex
           
 String invalidRegexGroup
           
 String noResolverAvailable
           
 String parameterNotSet
           
 String pathForParamNotFound
           
 String pathNotSupported
           
 String repositoryAccessForbidden
           
 String repositoryNotFound
           
 String servletAlreadyInitialized
           
 String servletMustNotBeNull
           
 String servletWasAlreadyBound
           
 String unexpectedeOFOn
           
 
Constructor Summary
HttpServerText()
           
 
Method Summary
static HttpServerText 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

alreadyInitializedByContainer

public String alreadyInitializedByContainer

cannotGetLengthOf

public String cannotGetLengthOf

encodingNotSupportedByThisLibrary

public String encodingNotSupportedByThisLibrary

expectedRepositoryAttribute

public String expectedRepositoryAttribute

filterMustNotBeNull

public String filterMustNotBeNull

internalErrorDuringReceivePack

public String internalErrorDuringReceivePack

internalErrorDuringUploadPack

public String internalErrorDuringUploadPack

internalServerError

public String internalServerError

internalServerErrorRequestAttributeWasAlreadySet

public String internalServerErrorRequestAttributeWasAlreadySet

invalidBoolean

public String invalidBoolean

invalidIndex

public String invalidIndex

invalidRegexGroup

public String invalidRegexGroup

noResolverAvailable

public String noResolverAvailable

parameterNotSet

public String parameterNotSet

pathForParamNotFound

public String pathForParamNotFound

pathNotSupported

public String pathNotSupported

repositoryAccessForbidden

public String repositoryAccessForbidden

repositoryNotFound

public String repositoryNotFound

servletAlreadyInitialized

public String servletAlreadyInitialized

servletMustNotBeNull

public String servletMustNotBeNull

servletWasAlreadyBound

public String servletWasAlreadyBound

unexpectedeOFOn

public String unexpectedeOFOn
Constructor Detail

HttpServerText

public HttpServerText()
Method Detail

get

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


Copyright © 2011. All Rights Reserved.