Package com.io7m.waxmill.machines
Class WXMZFSFilesystems
java.lang.Object
com.io7m.waxmill.machines.WXMZFSFilesystems
public final class WXMZFSFilesystems
extends java.lang.Object
Functions over ZFS filesystems.
-
Method Summary
Modifier and Type Method Description static WXMZFSFilesystem
resolve(WXMZFSFilesystem filesystem, java.lang.String name)
Resolve the given name against the given filesystem.
-
Method Details
-
resolve
Resolve the given name against the given filesystem.- Parameters:
filesystem
- The filesystemname
- The file name- Returns:
- A new filesystem
- See Also:
Path.resolve(String)
-