Uses of Enum
io.github.ascopes.jct.workspaces.PathStrategy
Package
Description
Workspace components to hold complex source code structures within memory.
-
Uses of PathStrategy in io.github.ascopes.jct.workspaces
Modifier and TypeClassDescriptionenum
Strategy to use for creating new test directories.Modifier and TypeMethodDescriptionstatic PathStrategy
PathStrategy.defaultStrategy()
Determine the default strategy to fall back onto.Workspace.getPathStrategy()
Get the path strategy in use.static PathStrategy
Returns the enum constant of this type with the specified name.static PathStrategy[]
PathStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic Workspace
Workspaces.newWorkspace
(PathStrategy pathStrategy) Create a new default workspace instance using the given path strategy.