public interface ZFSContainer
ZFSObjects.| Modifier and Type | Method and Description |
|---|---|
List<? extends ZFSObject> |
children()
List the children of this ZFS object (but not recursively.)
|
<T extends ZFSObject> |
children(Class<T> type)
List the specific kind of children of this ZFS object (but not recursively.)
|
List<ZFSObject> |
descendants()
List the children of this ZFS object recursively, excluding the 'this' object itself.
|
<T extends ZFSObject> |
descendants(Class<T> type) |
List<? extends ZFSObject> children()
<T extends ZFSObject> List<T> children(Class<T> type)
List<ZFSObject> descendants()
Copyright © 2008–2017. All rights reserved.