com.myJava.file.iterator
Class FileSystemLevel

java.lang.Object
  extended by com.myJava.file.iterator.FileSystemLevel

public class FileSystemLevel
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
FileSystemLevel(java.io.File root, FileSystemLevel parent, boolean sorted)
           
 
Method Summary
 double getCompletionIncrement()
           
 FileSystemLevel getParent()
           
 double getProgress()
           
 java.io.File getRoot()
           
 int getSize()
           
 boolean hasMoreElements()
           
 boolean isDirectoryRoot()
           
 boolean isHasBeenReturned()
           
 java.io.File nextElement()
           
 void setHasBeenReturned(boolean hasBeenReturned)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSystemLevel

public FileSystemLevel(java.io.File root,
                       FileSystemLevel parent,
                       boolean sorted)
Method Detail

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