public abstract class AbstractFSDriver<H> extends Object implements FSDriver<H>
Constructor and Description |
---|
AbstractFSDriver() |
Modifier and Type | Method and Description |
---|---|
H |
child(H handle,
String name)
A simple implementation that iterates over the children to return the one specified
by the
name argument. |
public AbstractFSDriver()
public H child(H handle, String name) throws IOException
name
argument. Subclasses can override this method to provide
a more efficient implementation.child
in interface FSDriver<H>
handle
- the directory handlename
- the child nameIOException
- any io exceptionCopyright © 2015 eXo Platform SAS. All Rights Reserved.