org.apache.tools.ant.taskdefsClass Dirname
- java.lang.Object
- org.apache.tools.ant.ProjectComponent
- org.apache.tools.ant.Task
- org.apache.tools.ant.taskdefs.Dirname
- All Implemented Interfaces:
- java.lang.Cloneable
public class Dirname extends TaskDetermines the directory name of the specified file. This task can accept the following attributes:Both file and property are required.
- file
- property
When this task executes, it will set the specified property to the value of the specified file up to, but not including, the last path element. If file is a file, the directory will be the current directory.
- Since:
- Ant 1.5
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
Constructor Summary
Constructors Constructor and Description Dirname()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidexecute()Execute this task.voidsetFile(java.io.File file)Path to take the dirname of.voidsetProperty(java.lang.String property)The name of the property to set.
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
Method Detail
setFile
public void setFile(java.io.File file)Path to take the dirname of.
- Parameters:
file- aFilevalue
setProperty
public void setProperty(java.lang.String property)The name of the property to set.
- Parameters:
property- the name of the property
execute
public void execute() throws BuildExceptionExecute this task.
- Overrides:
executein classTask- Throws:
BuildException- on error