Package io.deephaven.process
Class ProcessInfoLogVisitor
java.lang.Object
io.deephaven.properties.PropertyVisitorStringBase
io.deephaven.process.ProcessInfoLogVisitor
- All Implemented Interfaces:
PropertyVisitor
This visitor converts the property key-value pairs into log entries that break out type, key, and value.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.properties.PropertyVisitorStringBase
PropertyVisitorStringBase.BiConsumerStringImpl
-
Field Summary
Fields inherited from interface io.deephaven.properties.PropertyVisitor
SEPARATOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.deephaven.properties.PropertyVisitorStringBase
visit, visit, visit
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
-
ProcessInfoLogVisitor
public ProcessInfoLogVisitor()
-
-
Method Details
-
visit
Description copied from interface:PropertyVisitor
Performs this operation on the given key and String value.- Parameters:
key
- the keyvalue
- the value
-
log
- Throws:
IOException
-