This task sets a property to the name of a temporary file.
Unlike PhingFile::createTempFile(), this task does not (by default) actually create the temporary file, but it does guarantee that the file did not exist when the task was executed.
Examples:
<tempfile property="temp.file" />
create a temporary file
<tempfile property="temp.file" suffix=".xml" />
create a temporary file with the .xml suffix.
<tempfile property="temp.file" destDir="build"/>
create a temp file in the build subdir
author |
Siad Ardroumli siad.ardroumli@gmail.com |
---|---|
package |
phing.tasks.system |
getDescription() : string
string
The text description of the task
getLocation() : \Location
getOwningTarget() : \Target
getProject() : \Project
getRegisterSlot(string $slotName) : \RegisterSlot
getRuntimeConfigurableWrapper() : \RuntimeConfigurable
getTaskName() : string
string
Name of this task
getTaskType() : string
string
The type of this task (XML Tag)
init()
Should throw a BuildException if something goes wrong with the build
This is abstract here, but may not be overloaded by subclasses.
throws | |
---|---|
isCreateFile() : boolean
boolean
the createFile flag.
isDeleteOnExit() : boolean
boolean
deleteOnExit flag.
log(string $msg, integer $level = \Project::MSG_INFO) : void
string
The message to be logged.
integer
The message's priority at this message should have
main()
Should throw a BuildException if someting goes wrong with the build
This is abstract here. Must be overloaded by real tasks.
maybeConfigure()
perform()
throws | |
---|---|
setCreateFile(boolean $createFile)
boolean
boolean flag.
setDeleteOnExit(boolean $deleteOnExit)
boolean
boolean flag.
setDescription(string $desc)
string
The text describing the task
setDestDir(string|\PhingFile $destDir)
setLocation(\Location $location)
setOwningTarget(\Target $target)
setPrefix(string $prefix)
string
string to prepend to generated string
setProject(\Project $project) : void
setProperty(string $property)
string
The property to set
setRuntimeConfigurableWrapper(\RuntimeConfigurable $wrapper)
setSuffix(string $suffix)
string
suffix including any "." , e.g ".xml"
setTaskName(string $name) : string
string
string
A string representing the name of this task for log
setTaskType( $name)
property :
destDir :
prefix :
suffix :
deleteOnExit :
createFile :
description : string
var |
---|
string
taskType : string
var |
---|
string
taskName : string
var |
---|
string
project : \Project