Package io.deephaven.properties
Class PropertyVisitorPrintStream
java.lang.Object
io.deephaven.properties.PropertyVisitorPrintStream
- All Implemented Interfaces:
PropertyVisitor
-
Field Summary
Fields inherited from interface io.deephaven.properties.PropertyVisitor
SEPARATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Performs this operation on the given key and boolean value.void
Performs this operation on the given key and int value.void
Performs this operation on the given key and long value.void
Performs this operation on the given key and String value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.properties.PropertyVisitor
maybeVisit, maybeVisit, maybeVisit, maybeVisitProperties, visitProperties, visitProperties
-
Constructor Details
-
PropertyVisitorPrintStream
-
-
Method Details
-
visit
Description copied from interface:PropertyVisitor
Performs this operation on the given key and String value.- Specified by:
visit
in interfacePropertyVisitor
- Parameters:
key
- the keyvalue
- the value
-
visit
Description copied from interface:PropertyVisitor
Performs this operation on the given key and int value.- Specified by:
visit
in interfacePropertyVisitor
- Parameters:
key
- the keyvalue
- the value
-
visit
Description copied from interface:PropertyVisitor
Performs this operation on the given key and long value.- Specified by:
visit
in interfacePropertyVisitor
- Parameters:
key
- the keyvalue
- the value
-
visit
Description copied from interface:PropertyVisitor
Performs this operation on the given key and boolean value.- Specified by:
visit
in interfacePropertyVisitor
- Parameters:
key
- the keyvalue
- the value
-