|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.webtree.data.BaseTreeData | +--org.webtree.data.FileSystemData
Field Summary | |
protected java.lang.String |
basePathStr
|
Fields inherited from class org.webtree.data.BaseTreeData |
root |
Constructor Summary | |
FileSystemData()
Constructs object with root of file system |
|
FileSystemData(java.lang.String basePathStr)
Constructs object with baseLocation |
Method Summary | |
TreeNode |
getRoot()
fulfills constract with TreeData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String basePathStr
Constructor Detail |
public FileSystemData()
public FileSystemData(java.lang.String basePathStr)
Method Detail |
public TreeNode getRoot()
getRoot
in interface TreeData
getRoot
in class BaseTreeData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |