Package com.dremio.nessie.server.config
Interface ApplicationConfig.ServerConfigImpl
-
- All Superinterfaces:
ServerConfig
- Enclosing class:
- ApplicationConfig
public static interface ApplicationConfig.ServerConfigImpl extends ServerConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefaultBranch()booleanshouldSendstackTraceToAPIClient()
-
-
-
Method Detail
-
getDefaultBranch
String getDefaultBranch()
- Specified by:
getDefaultBranchin interfaceServerConfig
-
shouldSendstackTraceToAPIClient
boolean shouldSendstackTraceToAPIClient()
- Specified by:
shouldSendstackTraceToAPIClientin interfaceServerConfig
-
-