|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTask
org.apache.commons.vfs2.tasks.VfsTask
org.apache.commons.vfs2.tasks.MkdirTask
public class MkdirTask
An Ant task that creates a directory.
| Constructor Summary | |
|---|---|
MkdirTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Executes the task. |
void |
setDir(java.lang.String dir)
Sets the directory to create. |
| Methods inherited from class org.apache.commons.vfs2.tasks.VfsTask |
|---|
closeManager, resolveFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MkdirTask()
| Method Detail |
|---|
public void setDir(java.lang.String dir)
dir - The directory name.
public void execute()
throws BuildException
BuildException - if an exception occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||