Uses of Class
lib.aide.paths.Paths.Node
Packages that use Paths.Node
Package
Description
-
Uses of Paths.Node in lib.aide.paths
Methods in lib.aide.paths that return Paths.NodeMethods in lib.aide.paths that return types with arguments of type Paths.NodeModifier and TypeMethodDescriptionPaths.Node.ancestors()
Paths.Node.children()
Paths.Node.descendants()
Finds a node in the tree structure based on the full path.Resolves the relative path to a node in the tree structure.Resolves the relative components to a node in the tree structure.Paths.Node.siblings
(boolean withSelf) Methods in lib.aide.paths with parameters of type Paths.NodeModifier and TypeMethodDescriptionvoid
void
Method parameters in lib.aide.paths with type arguments of type Paths.NodeModifier and TypeMethodDescriptionvoid
Runs action for every node in the treevoid
Runs action for every node in the treevoid
Runs action for every node in the tree, depth firstPathsHtml.Builder.leafNodeHtmlContent
(Function<Paths<C, P>.Node, PathsHtml.HtmlContent> leafNodeHtmlContent) Sets the function to generate HtmlContent for leaf nodes.PathsHtml.Builder.parentNodeHtmlContent
(Function<Paths<C, P>.Node, PathsHtml.HtmlContent> parentNodeHtmlContent) Sets the function to generate HtmlContent for parent nodes.Sets the function to generate HTML-friendly IDs.Constructors in lib.aide.paths with parameters of type Paths.Node -
Uses of Paths.Node in lib.aide.resource.collection
Methods in lib.aide.resource.collection with parameters of type Paths.NodeModifier and TypeMethodDescriptionstatic <T extends Provenance>
Optional<PathElaboration> PathElaboration.fromBasename
(String basename, Paths<String, ResourceProvenance<T, Resource<? extends Nature, ?>>>.Node parent, Paths<String, ResourceProvenance<T, Resource<? extends Nature, ?>>>.Node newNode) If the file is `.path.yml` `.path.yaml` or `.path.json` or `. -
Uses of Paths.Node in org.diabetestechnology.drh.service.http.hub.prime.route
Constructors in org.diabetestechnology.drh.service.http.hub.prime.route with parameters of type Paths.Node