Contains parameter objects related to Path.
class DirectoryEntries : VarArgHelper<String>
Parameter object which collects directory entries (as Strings).
Use the function |
|
data class PathWithCreator<E>
Parameter object which combines a path (as String) with an assertionCreator which defines assertions for a resulting feature of type E. |
|
data class PathWithEncoding
Parameter object which combines path (as Path) with a sourceCharset and targetCharset. |