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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPerforms this operation on the given key and boolean value.voidPerforms this operation on the given key and int value.voidPerforms this operation on the given key and long value.voidPerforms 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, waitMethods inherited from interface io.deephaven.properties.PropertyVisitor
maybeVisit, maybeVisit, maybeVisit, maybeVisitProperties, visitProperties, visitProperties
-
Constructor Details
-
PropertyVisitorPrintStream
-
-
Method Details
-
visit
Description copied from interface:PropertyVisitorPerforms this operation on the given key and String value.- Specified by:
visitin interfacePropertyVisitor- Parameters:
key- the keyvalue- the value
-
visit
Description copied from interface:PropertyVisitorPerforms this operation on the given key and int value.- Specified by:
visitin interfacePropertyVisitor- Parameters:
key- the keyvalue- the value
-
visit
Description copied from interface:PropertyVisitorPerforms this operation on the given key and long value.- Specified by:
visitin interfacePropertyVisitor- Parameters:
key- the keyvalue- the value
-
visit
Description copied from interface:PropertyVisitorPerforms this operation on the given key and boolean value.- Specified by:
visitin interfacePropertyVisitor- Parameters:
key- the keyvalue- the value
-