Class DatarouterSnapshotPaths.GroupPaths

java.lang.Object
io.datarouter.pathnode.PathNode
io.datarouter.filesystem.snapshot.web.DatarouterSnapshotPaths.GroupPaths
Enclosing class:
DatarouterSnapshotPaths

public static class DatarouterSnapshotPaths.GroupPaths
extends io.datarouter.pathnode.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode listGroups  
    io.datarouter.pathnode.PathNode listSnapshots  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    GroupPaths()  
  • 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

    • listGroups

      public final io.datarouter.pathnode.PathNode listGroups
    • listSnapshots

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