| Package | Description |
|---|---|
| org.jvnet.solaris.libzfs |
High-level Java API to libzfs.
|
| Modifier and Type | Method and Description |
|---|---|
static ZFSPermission |
ZFSPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZFSPermission[] |
ZFSPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ACLBuilder.PermissionBuilder |
ACLBuilder.PermissionBuilder.with(ZFSPermission... args) |
ACLBuilder.PermissionBuilder |
ACLBuilder.PermissionBuilder.with(ZFSPermission arg) |
| Modifier and Type | Method and Description |
|---|---|
ACLBuilder.PermissionBuilder |
ACLBuilder.PermissionBuilder.with(Collection<ZFSPermission> arg) |
Copyright © 2008–2017. All rights reserved.