Package net.hydromatic.quidem
Class Quidem.ConfigBuilder
java.lang.Object
net.hydromatic.quidem.Quidem.ConfigBuilder
- Enclosing class:
Quidem
Builds a
Quidem.Config.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns aQuidem.Config.withCommandHandler(CommandHandler commandHandler) withConnectionFactory(Quidem.ConnectionFactory connectionFactory) SetsQuidem.Config.env().withPropertyHandler(Quidem.PropertyHandler propertyHandler) withReader(Reader reader) SetsQuidem.Config.reader().withStackLimit(int stackLimit) withWriter(Writer writer) SetsQuidem.Config.writer().
-
Method Details
-
build
Returns aQuidem.Config. -
withReader
SetsQuidem.Config.reader(). -
withWriter
SetsQuidem.Config.writer(). -
withPropertyHandler
-
withEnv
SetsQuidem.Config.env(). -
withConnectionFactory
-
withCommandHandler
-
withStackLimit
-