Class WXMZFSVolumes

java.lang.Object
com.io7m.waxmill.machines.WXMZFSVolumes

public final class WXMZFSVolumes
extends java.lang.Object
Functions over ZFS filesystems.
  • Method Summary

    Modifier and Type Method Description
    static WXMZFSVolume resolve​(WXMZFSFilesystem filesystem, java.lang.String name)
    Resolve the given volume name against the given filesystem.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • resolve

      public static WXMZFSVolume resolve​(WXMZFSFilesystem filesystem, java.lang.String name)
      Resolve the given volume name against the given filesystem.
      Parameters:
      filesystem - The filesystem
      name - The file name
      Returns:
      A new filesystem
      See Also:
      Path.resolve(String)