| Constructor and Description | 
|---|
| Mkdir() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute()create the directory and all parents | 
| File | getDir()Get the directory to create. | 
| void | setDir(File dir)the directory to create; required. | 
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void execute()
             throws BuildException
execute in class TaskBuildException - if dir is somehow invalid, or creation failed.public File getDir()
public void setDir(File dir)
dir - the directory to be made.