|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.io.MkdirJob
public class MkdirJob
<oddjob id="this"> <job> <mkdir dir="${this.args[0]}/a/b/c"/> </job> </oddjob>
Constructor Summary | |
---|---|
MkdirJob()
|
Method Summary | |
---|---|
File |
getDir()
Get the file. |
String |
getName()
Get the name. |
void |
run()
|
void |
setDir(File file)
Set the file. |
void |
setName(String name)
Set the name |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MkdirJob()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name.public File getDir()
public void setDir(File file)
The
- file.public void run()
run
in interface Runnable
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |