Package com.palantir.javaformat.doc
Class NoopSink
java.lang.Object
com.palantir.javaformat.doc.NoopSink
- All Implemented Interfaces:
Obs.Sink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstartExplorationNode(int exporationId, OptionalInt parentLevelId, String humanDescription, int startColumn, Optional<State> incomingState) writeLevelNode(int levelNodeId, int parentExplorationId, State incomingState, Level level)
-
Constructor Details
-
NoopSink
public NoopSink()
-
-
Method Details
-
startExplorationNode
public Obs.FinishExplorationNode startExplorationNode(int exporationId, OptionalInt parentLevelId, String humanDescription, int startColumn, Optional<State> incomingState) - Specified by:
startExplorationNodein interfaceObs.Sink
-
writeLevelNode
public Obs.FinishLevelNode writeLevelNode(int levelNodeId, int parentExplorationId, State incomingState, Level level) - Specified by:
writeLevelNodein interfaceObs.Sink- Parameters:
levelNodeId- the unique ID of theObs.LevelNode. There can be multiple LevelNodes perLevel.parentExplorationId- what exploration is thisObs.LevelNodea part of
-
getOutput
-