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 edit  
    io.datarouter.pathnode.PathNode insert  
    io.datarouter.pathnode.PathNode viewAll  
    io.datarouter.pathnode.PathNode viewExact  
    io.datarouter.pathnode.PathNode viewForDateRange  

    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, join, leaf, nodesAfter, parse, paths, toSlashedString, toSlashedString, toSlashedStringAfter, toSlashedStringWithTrailingSlash, toString, toStringArray

    Methods inherited from class java.lang.Object

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

    • edit

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

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

      public final io.datarouter.pathnode.PathNode viewAll
    • viewExact

      public final io.datarouter.pathnode.PathNode viewExact
    • viewForDateRange

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