public class Directory extends Object
public Directory(String name, boolean isLeaf)
name
- name of this directoryisLeaf
- is this directory a leafpublic boolean isLeaf()
true
if this directory is a leafpublic String getName()
Copyright © 2013. All rights reserved.