Interface ServerConfig
-
public interface ServerConfigNessie server configuration to be injected into the JAX-RS application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDefaultBranch()Gets the branch to use if not provided by the user.booleansendStacktraceToClient()Returnstrueif server stack trace should be sent to the client in case of error.
-
-
-
Method Detail
-
getDefaultBranch
java.lang.String getDefaultBranch()
Gets the branch to use if not provided by the user.- Returns:
- the branch to use
-
sendStacktraceToClient
boolean sendStacktraceToClient()
Returnstrueif server stack trace should be sent to the client in case of error.- Returns:
trueif the server should send the stack trace to the client.
-
-