public interface Folder extends Item
Asset
s. Depending on the provider, this can be
directly mapped to the concept of folders/directories (JCR, FileSystems, ...); for others
this might map to the concept of albums, playlists, sets, etc...Modifier and Type | Method and Description |
---|---|
Iterator<Item> |
getChildren()
|
Item |
getItem(String name)
Returns the item directly under this folder with the given name.
|
boolean |
isRoot()
Returns true if this folder is the root folder of this provider.
|
getAssetProvider, getItemKey, getName, getParent, getPath, isAsset, isFolder
Iterator<Item> getChildren()
Asset
s and Folder
s.
For more refined results, use AssetProvider.list(AssetQuery)
.Item getItem(String name)
boolean isRoot()
Copyright © 2015 Magnolia International Ltd.. All rights reserved.