Enum PathStrategy

java.lang.Object
java.lang.Enum<PathStrategy>
io.github.ascopes.jct.workspaces.PathStrategy
All Implemented Interfaces:
Serializable, Comparable<PathStrategy>

@API(since="0.0.1", status=STABLE) public enum PathStrategy extends Enum<PathStrategy>
Strategy to use for creating new test directories.

This is used to define whether to use a totally isolated in-memory file system, or whether to use temporary directories on the default file system.

Since:
0.0.1
Author:
Ashley Scopes