de.hillenbrand.jedi.ds
Class JediProjectSaver

java.lang.Object
  extended by de.hillenbrand.jreqtools.ProgressTask
      extended by de.hillenbrand.jedi.ds.JediProjectSaver

public class JediProjectSaver
extends de.hillenbrand.jreqtools.ProgressTask


Field Summary
protected  boolean copyJars
           
protected  boolean delete
           
 
Constructor Summary
JediProjectSaver(javax.swing.JDialog parent, JediProject p, java.io.File directory)
           
 
Method Summary
 boolean getCopyJars()
          Returns the value of the copyJars property.
 boolean getCreateMakefile()
          Returns the value of the createMakefile property.
 boolean getCreateManifest()
          Returns the value of the createManifest property.
 boolean getCreateStartScripts()
          Returns the value of the createStartScripts property.
 int getCurrent()
           
 java.lang.String getCurrentText()
           
 boolean getDelete()
          Returns the value of the delete property.
 int getMaximum()
           
 int getMinimum()
           
 void run()
           
 void setCopyJars(boolean arg)
          Assigns the value of the copyJars property.
 void setCreateMakefile(boolean arg)
          Assigns the value of the createMakefile property.
 void setCreateManifest(boolean arg)
          Assigns the value of the createManifest property.
 void setCreateStartScripts(boolean arg)
          Assigns the value of the createStartScripts property.
 void setDelete(boolean arg)
          Assigns the value of the delete property.
 
Methods inherited from class de.hillenbrand.jreqtools.ProgressTask
cancel, getDialog, showError, showException, showQuestion, showQuestion, showQuestion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyJars

protected boolean copyJars

delete

protected boolean delete
Constructor Detail

JediProjectSaver

public JediProjectSaver(javax.swing.JDialog parent,
                        JediProject p,
                        java.io.File directory)
Method Detail

getCopyJars

public boolean getCopyJars()
Returns the value of the copyJars property.


getCreateMakefile

public boolean getCreateMakefile()
Returns the value of the createMakefile property.


getCreateManifest

public boolean getCreateManifest()
Returns the value of the createManifest property.


getCreateStartScripts

public boolean getCreateStartScripts()
Returns the value of the createStartScripts property.


getCurrent

public int getCurrent()
Specified by:
getCurrent in class de.hillenbrand.jreqtools.ProgressTask

getCurrentText

public java.lang.String getCurrentText()
Specified by:
getCurrentText in class de.hillenbrand.jreqtools.ProgressTask

getDelete

public boolean getDelete()
Returns the value of the delete property.


getMaximum

public int getMaximum()
Specified by:
getMaximum in class de.hillenbrand.jreqtools.ProgressTask

getMinimum

public int getMinimum()
Specified by:
getMinimum in class de.hillenbrand.jreqtools.ProgressTask

run

public void run()
Specified by:
run in class de.hillenbrand.jreqtools.ProgressTask

setCopyJars

public void setCopyJars(boolean arg)
Assigns the value of the copyJars property.


setCreateMakefile

public void setCreateMakefile(boolean arg)
Assigns the value of the createMakefile property.


setCreateManifest

public void setCreateManifest(boolean arg)
Assigns the value of the createManifest property.


setCreateStartScripts

public void setCreateStartScripts(boolean arg)
Assigns the value of the createStartScripts property.


setDelete

public void setDelete(boolean arg)
Assigns the value of the delete property.