Uses of Enum Class
io.github.ascopes.jct.workspaces.PathStrategy
Packages that use PathStrategy
Package
Description
Workspace components to hold complex source code structures within memory.
-
Uses of PathStrategy in io.github.ascopes.jct.workspaces
Subclasses with type arguments of type PathStrategy in io.github.ascopes.jct.workspacesModifier and TypeClassDescriptionenumStrategy to use for creating new test directories.Methods in io.github.ascopes.jct.workspaces that return PathStrategyModifier and TypeMethodDescriptionstatic PathStrategyPathStrategy.defaultStrategy()Determine the default strategy to fall back onto.Workspace.getPathStrategy()Get the path strategy in use.static PathStrategyReturns the enum constant of this class with the specified name.static PathStrategy[]PathStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.ascopes.jct.workspaces with parameters of type PathStrategyModifier and TypeMethodDescriptionstatic WorkspaceWorkspaces.newWorkspace(PathStrategy pathStrategy) Create a new default workspace instance using the given path strategy.