Class ConfigurationWriter.Builder
java.lang.Object
org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
- Enclosing interface:
ConfigurationWriter
- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()booleanclearTextSecrets(boolean clearTextSecrets) intindent()indent(int indent) booleannamespaceAware(boolean namespaceAware) booleanprettyPrint(boolean prettyPrint) type()writer()
-
Method Details
-
withType
-
indent
-
prettyPrint
-
clearTextSecrets
-
namespaceAware
-
type
-
prettyPrint
public boolean prettyPrint() -
clearTextSecrets
public boolean clearTextSecrets() -
namespaceAware
public boolean namespaceAware() -
indent
public int indent() -
writer
-
build
-