|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.vfs.spi.AbstractFSDriver<H>
public abstract class AbstractFSDriver<H>
Constructor Summary | |
---|---|
AbstractFSDriver() |
Method Summary | |
---|---|
H |
child(H handle, String name) A simple implementation that iterates over the children to return the one specified by the name argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.crsh.vfs.spi.FSDriver |
---|
children, getLastModified, isDir, name, open, root |
Constructor Detail |
---|
public AbstractFSDriver()
Method Detail |
---|
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 exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |