jedi.ds
Class ProjectSaver

java.lang.Object
  |
  +--jreqtools.ProgressTask
        |
        +--jedi.ds.ProjectSaver

public class ProjectSaver
extends ProgressTask


Constructor Summary
ProjectSaver(Project p, java.io.File directory)
           
 
Method Summary
 int getCurrent()
           
 java.lang.String getCurrentText()
           
 int getMaximum()
           
 int getMinimum()
           
 void run()
           
 
Methods inherited from class jreqtools.ProgressTask
cancel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSaver

public ProjectSaver(Project p,
                    java.io.File directory)
Method Detail

getCurrent

public int getCurrent()
Overrides:
getCurrent in class ProgressTask

getCurrentText

public java.lang.String getCurrentText()
Overrides:
getCurrentText in class ProgressTask

getMaximum

public int getMaximum()
Overrides:
getMaximum in class ProgressTask

getMinimum

public int getMinimum()
Overrides:
getMinimum in class ProgressTask

run

public void run()
Overrides:
run in class ProgressTask