ch.claudio.jars
Class Status

java.lang.Object
  extended by ch.claudio.jars.Status

public class Status
extends java.lang.Object

Container for status information for addFromDirs


Field Summary
 java.io.File directory
          If state not idle, which is the current directory searched.
 java.io.File jarFile
          If state inspectJar the jar file looked at.
 int queueSize
          Current size of the directory queue
 State state
          What it is doing
 
Constructor Summary
Status()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

public State state
What it is doing


directory

public java.io.File directory
If state not idle, which is the current directory searched.


jarFile

public java.io.File jarFile
If state inspectJar the jar file looked at.


queueSize

public int queueSize
Current size of the directory queue

Constructor Detail

Status

public Status()