public class DirContent extends Object
protected List<Dir>
dirs
protected List<File>
files
DirContent()
List<Dir>
getDirs()
List<File>
getFiles()
void
setDirs(List<Dir> dirs)
setFiles(List<File> files)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<Dir> dirs
protected List<File> files
public DirContent()
public List<Dir> getDirs()
public void setDirs(List<Dir> dirs)
public List<File> getFiles()
public void setFiles(List<File> files)
Copyright © 2015. All rights reserved.