Class DatarouterAutoConfigPaths.AutoConfigsPaths

java.lang.Object
io.datarouter.pathnode.PathNode
io.datarouter.autoconfig.config.DatarouterAutoConfigPaths.AutoConfigsPaths
Enclosing class:
DatarouterAutoConfigPaths

public static class DatarouterAutoConfigPaths.AutoConfigsPaths
extends io.datarouter.pathnode.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode runForName  
    io.datarouter.pathnode.PathNode viewAutoConfigs  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

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

    • viewAutoConfigs

      public final io.datarouter.pathnode.PathNode viewAutoConfigs
    • runForName

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