com.myJava.file.iterator
Class FileSystemLevel
java.lang.Object
com.myJava.file.iterator.FileSystemLevel
public class FileSystemLevel
- extends java.lang.Object
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileSystemLevel
public FileSystemLevel(java.io.File root,
FileSystemLevel parent,
boolean sorted)
getCompletionIncrement
public double getCompletionIncrement()
hasMoreElements
public boolean hasMoreElements()
nextElement
public java.io.File nextElement()
getParent
public FileSystemLevel getParent()
getProgress
public double getProgress()
getRoot
public java.io.File getRoot()
isDirectoryRoot
public boolean isDirectoryRoot()
isHasBeenReturned
public boolean isHasBeenReturned()
setHasBeenReturned
public void setHasBeenReturned(boolean hasBeenReturned)
getSize
public int getSize()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object