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, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void execute() throws BuildException
execute
in class Task
BuildException
- if dir is somehow invalid, or creation failed.public File getDir()
public void setDir(File dir)
dir
- the directory to be made.