public abstract class AbstractBrowsableResource extends AbstractDataResource implements BrowsableResource
BrowsableResource
.Constructor and Description |
---|
AbstractBrowsableResource()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends BrowsableResource> |
getChildResources(Filter<? super BrowsableResource> filter)
This method iterates the immediate child-
resources contained in this
BrowsableResource and are accepted by the given filter . |
equals, getName, getPath, getSchemePrefix, getSize, getUri, hashCode, isAvailable, isModifiedSince, openOutputStream, openStream, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
cd, getChildResources, isFolder
getLastModificationDate, getName, getPath, getSize, getUri, getUrl, isAvailable, isData, isModifiedSince, navigate, openOutputStream, openStream
public Iterable<? extends BrowsableResource> getChildResources(Filter<? super BrowsableResource> filter)
BrowsableResource
resources
contained in this
BrowsableResource
and are accepted
by the given filter
. getChildResources
in interface BrowsableResource
filter
- is the Filter
applied to the child-resources
.Iterable
of the child-resources
.Copyright © 2001–2016 mmm-Team. All rights reserved.