Package io.quarkus.paths
Interface OpenPathTree
-
- All Superinterfaces:
AutoCloseable
,Closeable
,PathTree
- All Known Implementing Classes:
CachingPathTree
,DirectoryPathTree
,EmptyPathTree
,MultiRootPathTree
public interface OpenPathTree extends PathTree, Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathTree
getOriginalTree()
Path
getPath(String relativePath)
boolean
isOpen()
-