Class DatarouterChangelogPaths.ChangelogPaths

java.lang.Object
io.datarouter.pathnode.PathNode
io.datarouter.changelog.config.DatarouterChangelogPaths.ChangelogPaths
Enclosing class:
DatarouterChangelogPaths

public static class DatarouterChangelogPaths.ChangelogPaths
extends io.datarouter.pathnode.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode insert  
    io.datarouter.pathnode.PathNode view  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    ChangelogPaths()  
  • Method Summary

    Methods inherited from class io.datarouter.pathnode.PathNode

    branch, equals, getValue, hashCode, isLeaf, join, leaf, nodesAfter, parse, paths, toSlashedString, toSlashedString, toSlashedStringAfter, toSlashedStringWithoutLeadingSlash, toSlashedStringWithTrailingSlash, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • view

      public final io.datarouter.pathnode.PathNode view
    • insert

      public final io.datarouter.pathnode.PathNode insert
  • Constructor Details