Uses of Interface
io.quarkus.paths.PathVisit
Packages that use PathVisit
-
Uses of PathVisit in io.quarkus.paths
Methods in io.quarkus.paths with parameters of type PathVisitModifier and TypeMethodDescriptionvoidCalled to visit a path when walking a path tree or when a caller requested to visit a specific path in a tree.Method parameters in io.quarkus.paths with type arguments of type PathVisitModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidConsumes a given path relative to the root of the tree.voidvoiddefault voidConsumes a given path relative to the root of the tree.protected <T> Tprotected <T> TArchivePathTree.OpenArchivePathTree.apply(String relativePath, Function<PathVisit, T> func, boolean manifestEnabled) <T> T<T> T<T> Tprotected <T> TOpenContainerPathTree.apply(String relativePath, Function<PathVisit, T> func, boolean manifestEnabled) <T> TApplies a function to a given path relative to the root of the tree.<T> Tprotected abstract <T> TPathTreeWithManifest.apply(String relativePath, Function<PathVisit, T> func, boolean manifestEnabled)