public static interface Quidem.Config
| Modifier and Type | Method | Description |
|---|---|---|
CommandHandler |
commandHandler() |
|
Quidem.ConnectionFactory |
connectionFactory() |
|
java.util.function.Function<String,Object> |
env() |
|
Quidem.PropertyHandler |
propertyHandler() |
|
Reader |
reader() |
|
int |
stackLimit() |
Returns the maximum number of characters of an error stack to be printed.
|
Writer |
writer() |
Reader reader()
Writer writer()
Quidem.ConnectionFactory connectionFactory()
CommandHandler commandHandler()
Quidem.PropertyHandler propertyHandler()
java.util.function.Function<String,Object> env()
int stackLimit()
If negative, does not limit the stack size.
The default is Quidem.DEFAULT_MAX_STACK_LENGTH.
Useful because it prevents diff from running out of memory if
the error stack is very large. It is preferable to produce a result where
you can see the first N characters of each stack trace than to produce
no result at all.
Copyright © 2014–2018 Julian Hyde. All rights reserved.