java.lang.Cloneable
public class Mkdir extends Task
description, location, project
Constructor | Description |
---|---|
Mkdir() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
create the directory and all parents
|
java.io.File |
getDir() |
Get the directory to create.
|
void |
setDir(java.io.File dir) |
the directory to create; required.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void execute() throws BuildException
execute
in class Task
BuildException
- if dir is somehow invalid, or creation failed.public void setDir(java.io.File dir)
dir
- the directory to be made.public java.io.File getDir()