|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.io.DeleteJob
Unless the force property is set, this job will cause an exception if an attempt is made to delete a non empty directory.
| Constructor Summary | |
DeleteJob()
|
|
| Method Summary | |
java.io.File[] |
getFiles()
Get the files. |
boolean |
getForce()
Geter for force property. |
java.lang.String |
getName()
Get the name. |
void |
run()
|
void |
setFiles(java.io.File[] files)
Set the files. |
void |
setForce(boolean force)
Setter for force property. |
void |
setName(java.lang.String name)
Set the name |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DeleteJob()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name.public java.io.File[] getFiles()
public void setFiles(java.io.File[] files)
public boolean getForce()
public void setForce(boolean force)
force - The force property.public void run()
run in interface java.lang.Runnablepublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||