| Package | Description |
|---|---|
| org.jvnet.solaris.libzfs |
High-level Java API to libzfs.
|
| Modifier and Type | Method and Description |
|---|---|
ZFSFileSystem |
ZFSObject.clone(String fullDestinationName)
Creates a clone from this snapshot.
|
ZFSFileSystem |
ZFSObject.createFileSystem(String name,
Map<String,String> props)
Creates a nested file system.
|
ZFSFileSystem |
LibZFS.getFileSystemByMountPoint(File dir)
Gets a
ZFSFileSystem mounted at the given directory. |
ZFSFileSystem |
ZFSObject.openFileSystem(String name)
Opens a nested file system.
|
| Modifier and Type | Method and Description |
|---|---|
List<ZFSFileSystem> |
LibZFS.children() |
List<ZFSFileSystem> |
LibZFS.roots()
List up all the root file systems and return them.
|
Copyright © 2008–2017. All rights reserved.