de.hillenbrand.jedi.ds
Class JediProjectSaver

java.lang.Object
  extended byde.hillenbrand.jreqtools.ProgressTask
      extended byde.hillenbrand.jedi.ds.JediProjectSaver

public class JediProjectSaver
extends de.hillenbrand.jreqtools.ProgressTask


Constructor Summary
JediProjectSaver(javax.swing.JDialog parent, JediProject p, java.io.File directory)
           
 
Method Summary
 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()
           
 int getMaximum()
           
 int getMinimum()
           
 void run()
           
 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.
 
Methods inherited from class de.hillenbrand.jreqtools.ProgressTask
cancel, getDialog, showError, showException, showQuestion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JediProjectSaver

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

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()

getCurrentText

public java.lang.String getCurrentText()

getMaximum

public int getMaximum()

getMinimum

public int getMinimum()

run

public void run()

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.