Uses of Interface
io.github.ascopes.jct.workspaces.DirectoryBuilder
Package
Description
Workspace components to hold complex source code structures within memory.
-
Uses of DirectoryBuilder in io.github.ascopes.jct.workspaces
Modifier and TypeInterfaceDescriptioninterface
Base interface for a managed directory, including the interfaces for creating fluent-style builders.Modifier and TypeMethodDescriptiondefault DirectoryBuilder
ManagedDirectory.createDirectory
(String... fragments) Create a directory builder for the given path in this RAM file system.ManagedDirectory.createDirectory
(List<String> fragments) Create a directory builder for the given path in this RAM file system.