phing-tasks-system
[ class tree: phing-tasks-system ] [ index: phing-tasks-system ] [ all elements ]

Element index for package phing-tasks-system

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

_

_touch
in file TouchTask.php, method TouchTask::_touch()
    Does the actual work.
__construct
in file TouchTask.php, method TouchTask::__construct()
__construct
in file MoveTask.php, method MoveTask::__construct()
__construct
in file MatchingTask.php, method MatchingTask::__construct()
    Create instance; set fileset to new FileSet.
__construct
in file CvsPassTask.php, method CVSPassTask::__construct()
    Create a CVS task using the default cvspass file location.
__construct
in file CopyTask.php, method CopyTask::__construct()
    Sets up this object internal stuff. i.e. the Fileutils instance
top

a

$append
in file EchoTask.php, variable EchoTask::$append
addConfiguredCommandline
in file CvsTask.php, method CvsTask::addConfiguredCommandline()
    Configures and adds the given Commandline.
addElse
in file IfTask.php, method IfTask::addElse()
    A nested <else> element - a container of tasks that will be run if the condition doesn't hold true.
addElseIf
in file IfTask.php, method IfTask::addElseIf()
    *
addFormat
in file TstampTask.php, method TstampTask::addFormat()
    Adds a custom format
addProperties
in file PropertyTask.php, method PropertyTask::addProperties()
    iterate through a set of properties,
addProperty
in file PropertyTask.php, method PropertyTask::addProperty()
    add a name value pair to the project property set
addTask
in file SequentialTask.php, method SequentialTask::addTask()
    Add a nested task to Sequential.
addText
in file InputTask.php, method InputTask::addText()
    Set a multiline message.
addText
in file PropertyPromptTask.php, method PropertyPromptTask::addText()
    Sets the prompt text that will be presented to the user.
addText
in file PropertyTask.php, method PropertyTask::addText()
    Sets value of property to CDATA tag contents.
addText
in file ExitTask.php, method ExitTask::addText()
    Set a multiline message.
addText
in file PhpEvalTask.php, method PhpEvalTask::addText()
    Set PHP expression to evaluate.
addText
in file PhpEvalTask.php, method FunctionParam::addText()
addText
in file EchoTask.php, method EchoTask::addText()
    Supporting the <echo>Message</echo> syntax.
addText
in file AdhocTask.php, method AdhocTask::addText()
    Set the script.
addText
in file AppendTask.php, method AppendTask::addText()
    Sets text to append. Supports CDATA.
addThen
in file IfTask.php, method IfTask::addThen()
    A nested <then> element - a container of tasks that will be run if the condition holds true.
AdhocTask
in file AdhocTask.php, class AdhocTask
    Abstract class for creating adhoc Phing components in buildfile.
AdhocTaskdefTask
in file AdhocTaskdefTask.php, class AdhocTaskdefTask
    A class for creating adhoc tasks in build file.
AdhocTypedefTask
in file AdhocTypedefTask.php, class AdhocTypedefTask
    A class for creating adhoc datatypes in build file.
appendCommandArgument
in file CvsTask.php, method CvsTask::appendCommandArgument()
    This needs to be public to allow configuration of commands externally.
appendSelector
in file MatchingTask.php, method MatchingTask::appendSelector()
    Add a new selector into this container.
AppendTask
in file AppendTask.php, class AppendTask
    Appends text, contents of a file or set of files defined by a filelist to a destination file.
AvailableTask
in file AvailableTask.php, class AvailableTask
    <available> task.
AdhocTask.php
procedural page AdhocTask.php
AdhocTaskdefTask.php
procedural page AdhocTaskdefTask.php
AdhocTypedefTask.php
procedural page AdhocTypedefTask.php
AppendTask.php
procedural page AppendTask.php
AvailableTask.php
procedural page AvailableTask.php
top

c

$checkreturn
in file ExecTask.php, variable ExecTask::$checkreturn
    Whether to check the return code.
$class
in file PhpEvalTask.php, variable PhpEvalTask::$class
$command
in file ExecTask.php, variable ExecTask::$command
    Command to execute.
$completeDirMap
in file CopyTask.php, variable CopyTask::$completeDirMap
callFunction
in file PhpEvalTask.php, method PhpEvalTask::callFunction()
    Calls function and returns results.
ChmodTask
in file ChmodTask.php, class ChmodTask
    Task that changes the permissions on a file/directory.
ChownTask
in file ChownTask.php, class ChownTask
    Task that changes the permissions on a file/directory.
ConditionTask
in file ConditionTask.php, class ConditionTask
    <condition> task as a generalization of <available>
configureCommandline
in file CvsTask.php, method CvsTask::configureCommandline()
    Configure a commandline element for things like cvsRoot, quiet, etc.
CopyTask
in file CopyTask.php, class CopyTask
    A phing copy task. Copies a file or directory to a new file or directory. Files are only copied if the source file is newer than the destination file, or when the destination file does not exist. It is possible to explictly overwrite existing files.
createAnd
in file MatchingTask.php, method MatchingTask::createAnd()
    add an "And" selector entry on the selector list
createClasspath
in file TaskdefTask.php, method TaskdefTask::createClasspath()
    Create the classpath to be used when searching for component being defined
createClasspath
in file TypedefTask.php, method TypedefTask::createClasspath()
    Create the classpath to be used when searching for component being defined
createClasspath
in file IncludePathTask.php, method IncludePathTask::createClasspath()
    Create the classpath to be used when searching for component being defined
createContains
in file MatchingTask.php, method MatchingTask::createContains()
    add a contains selector entry on the selector list
createCustom
in file MatchingTask.php, method MatchingTask::createCustom()
    add an extended selector entry on the selector list
createDate
in file MatchingTask.php, method MatchingTask::createDate()
    add a selector date entry on the selector list
createDepend
in file MatchingTask.php, method MatchingTask::createDepend()
    add a depends selector entry on the selector list
createDepth
in file MatchingTask.php, method MatchingTask::createDepth()
    add a depth selector entry on the selector list
createExclude
in file MatchingTask.php, method MatchingTask::createExclude()
    add a name entry on the exclude list
createExcludesFile
in file MatchingTask.php, method MatchingTask::createExcludesFile()
    add a name entry on the include files list
createFileList
in file AppendTask.php, method AppendTask::createFileList()
    Supports embedded <filelist> element.
createFileList
in file DeleteTask.php, method DeleteTask::createFileList()
    Nested creator, adds a set of files (nested fileset attribute).
createFileList
in file CopyTask.php, method CopyTask::createFileList()
    Nested creator, adds a set of files (nested fileset attribute).
createFilename
in file MatchingTask.php, method MatchingTask::createFilename()
    add a selector filename entry on the selector list
createFileset
in file UpToDateTask.php, method UpToDateTask::createFileset()
    Nested <fileset> element.
createFileSet
in file ChownTask.php, method ChownTask::createFileSet()
    Nested creator, adds a set of files (nested fileset attribute).
createFileSet
in file AppendTask.php, method AppendTask::createFileSet()
    Nested creator, adds a set of files (nested <fileset> attribute).
createFileSet
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::createFileSet()
    Nested creator, adds a set of files (nested fileset attribute).
createFileSet
in file CopyTask.php, method CopyTask::createFileSet()
    Nested creator, creates a FileSet for this task
createFileSet
in file ForeachTask.php, method ForeachTask::createFileSet()
    Nested creator, adds a set of files (nested fileset attribute).
createFileSet
in file ReflexiveTask.php, method ReflexiveTask::createFileSet()
    Nested creator, adds a set of files (nested fileset attribute).
createFileSet
in file DeleteTask.php, method DeleteTask::createFileSet()
    Nested creator, adds a set of files (nested fileset attribute).
createFileSet
in file ChmodTask.php, method ChmodTask::createFileSet()
    Nested creator, adds a set of files (nested fileset attribute).
createFileSet
in file TouchTask.php, method TouchTask::createFileSet()
    Nested creator, adds a set of files (nested fileset attribute).
createFileSet
in file PhingTask.php, method PhingTask::createFileSet()
    Support for filesets; This method returns a reference to an instance of a FileSet object.
createFilterChain
in file CopyTask.php, method CopyTask::createFilterChain()
    Creates a filterchain
createFilterChain
in file AppendTask.php, method AppendTask::createFilterChain()
    Creates a filterchain
createFilterChain
in file ReflexiveTask.php, method ReflexiveTask::createFilterChain()
    Creates a filterchain
createInclude
in file MatchingTask.php, method MatchingTask::createInclude()
    add a name entry on the include list
createIncludesFile
in file MatchingTask.php, method MatchingTask::createIncludesFile()
    add a name entry on the include files list
createMajority
in file MatchingTask.php, method MatchingTask::createMajority()
    add a majority selector entry on the selector list
createMapper
in file CopyTask.php, method CopyTask::createMapper()
    Nested creator, creates one Mapper for this task
createMapper
in file UpToDateTask.php, method UpToDateTask::createMapper()
    Defines the FileNameMapper to use (nested mapper element).
createNone
in file MatchingTask.php, method MatchingTask::createNone()
    add a "None" selector entry on the selector list
createNot
in file MatchingTask.php, method MatchingTask::createNot()
    add a "Not" selector entry on the selector list
createOr
in file MatchingTask.php, method MatchingTask::createOr()
    add an "Or" selector entry on the selector list
createParam
in file PhpEvalTask.php, method PhpEvalTask::createParam()
    Add a nested <param> tag.
createParam
in file PhingCallTask.php, method PhingCallTask::createParam()
    Alias for createProperty
createParam
in file XsltTask.php, method XsltTask::createParam()
    Support nested <param> tags useing XSLTParam class.
createPatternSet
in file MatchingTask.php, method MatchingTask::createPatternSet()
    add a set of patterns
createPresent
in file MatchingTask.php, method MatchingTask::createPresent()
    add a present selector entry on the selector list
createProperty
in file ForeachTask.php, method ForeachTask::createProperty()
createProperty
in file PhingTask.php, method PhingTask::createProperty()
    Property to pass to the new project.
createProperty
in file PhingCallTask.php, method PhingCallTask::createProperty()
    Property to pass to the invoked target.
createReference
in file PhingTask.php, method PhingTask::createReference()
    Reference element identifying a data type to carry over to the new project.
createSelector
in file MatchingTask.php, method MatchingTask::createSelector()
    add a "Select" selector entry on the selector list
createSize
in file MatchingTask.php, method MatchingTask::createSize()
    add a selector size entry on the selector list
createSrcfiles
in file UpToDateTask.php, method UpToDateTask::createSrcfiles()
    Nested <srcfiles> element.
CreoleTask
in file CreoleTask.php, class CreoleTask
    Handles Creole configuration needed by SQL type tasks.
CVSPassTask
in file CvsPassTask.php, class CVSPassTask
    Adds an new entry to a CVS password file.
CvsTask
in file CvsTask.php, class CvsTask
    Task for performing CVS operations.
CreoleTask.php
procedural page CreoleTask.php
ChmodTask.php
procedural page ChmodTask.php
ChownTask.php
procedural page ChownTask.php
ConditionTask.php
procedural page ConditionTask.php
CopyTask.php
procedural page CopyTask.php
CvsPassTask.php
procedural page CvsPassTask.php
CvsTask.php
procedural page CvsTask.php
top

d

$destDir
in file CopyTask.php, variable CopyTask::$destDir
$destFile
in file CopyTask.php, variable CopyTask::$destFile
$dir
in file ExecTask.php, variable ExecTask::$dir
    Working directory.
$dir
in file DeleteTask.php, variable DeleteTask::$dir
$dirCopyMap
in file CopyTask.php, variable CopyTask::$dirCopyMap
DEFAULT_COMPRESSION_LEVEL
in file CvsTask.php, class constant CvsTask::DEFAULT_COMPRESSION_LEVEL
    Default compression level to use, if compression is enabled via setCompression( true ).
DeleteTask
in file DeleteTask.php, class DeleteTask
    Deletes a file or directory, or set of files defined by a fileset.
doWork
in file CopyTask.php, method CopyTask::doWork()
    Actually copies the files
doWork
in file MoveTask.php, method MoveTask::doWork()
DeleteTask.php
procedural page DeleteTask.php
top

e

$env
in file PropertyTask.php, variable PropertyTask::$env
$error
in file ExecTask.php, variable ExecTask::$error
    Where to direct error output.
$escape
in file ExecTask.php, variable ExecTask::$escape
    Whether to escape shell command using escapeshellcmd().
$expression
in file PhpEvalTask.php, variable PhpEvalTask::$expression
EchoTask
in file EchoTask.php, class EchoTask
    Echos a message to the logging system or to a file
evalExpression
in file PhpEvalTask.php, method PhpEvalTask::evalExpression()
    Evaluates expression and returns resulting value.
evaluate
in file UpToDateTask.php, method UpToDateTask::evaluate()
    Evaluate (all) target and source file(s) to see if the target(s) is/are up-to-date.
evaluate
in file AvailableTask.php, method AvailableTask::evaluate()
ExecTask
in file ExecTask.php, class ExecTask
    Executes a command on the shell.
execute
in file TstampTask.php, method TstampCustomFormat::execute()
    validate parameter and execute the format.
execute
in file ExecTask.php, method ExecTask::execute()
    Executes a program and returns the return code.
execute
in file AdhocTask.php, method AdhocTask::execute()
    Load the adhoc class, and perform any core validation.
ExitTask
in file ExitTask.php, class ExitTask
    Exits the active build, giving an additional message if available.
EchoTask.php
procedural page EchoTask.php
ExecTask.php
procedural page ExecTask.php
ExitTask.php
procedural page ExitTask.php
top

f

$failonerror
in file DeleteTask.php, variable DeleteTask::$failonerror
$fallback
in file PropertyTask.php, variable PropertyTask::$fallback
$file
in file ImportTask.php, variable ImportTask::$file
$file
in file CopyTask.php, variable CopyTask::$file
$file
in file EchoTask.php, variable EchoTask::$file
$file
in file DeleteTask.php, variable DeleteTask::$file
$file
in file PropertyTask.php, variable PropertyTask::$file
$fileCopyMap
in file CopyTask.php, variable CopyTask::$fileCopyMap
$filelists
in file CopyTask.php, variable CopyTask::$filelists
$fileset
in file MatchingTask.php, variable MatchingTask::$fileset
$filesets
in file DeleteTask.php, variable DeleteTask::$filesets
$filesets
in file CopyTask.php, variable CopyTask::$filesets
$fileUtils
in file CopyTask.php, variable CopyTask::$fileUtils
$filterChains
in file CopyTask.php, variable CopyTask::$filterChains
$flatten
in file CopyTask.php, variable CopyTask::$flatten
$fs
in file ImportTask.php, variable ImportTask::$fs
$function
in file PhpEvalTask.php, variable PhpEvalTask::$function
ForeachTask
in file ForeachTask.php, class ForeachTask
    <foreach> task
FunctionParam
in file PhpEvalTask.php, class FunctionParam
    Supports the <param> nested tag for PhpTask.
ForeachTask.php
procedural page ForeachTask.php
top

g

getCommand
in file CvsTask.php, method CvsTask::getCommand()
getConnection
in file PDOTask.php, method PDOTask::getConnection()
    Creates a new Connection as using the driver, url, userid and password specified.
getConnection
in file CreoleTask.php, method CreoleTask::getConnection()
    Creates a new Connection as using the driver, url, userid and password specified.
getCvsRoot
in file CvsTask.php, method CvsTask::getCvsRoot()
getCvsRsh
in file CvsTask.php, method CvsTask::getCvsRsh()
getDefaultValue
in file PropertyPromptTask.php, method PropertyPromptTask::getDefaultValue()
    Returns defaultValue specified in this task for the Property being set.
getDest
in file CvsTask.php, method CvsTask::getDest()
getDirectoryScanner
in file MatchingTask.php, method MatchingTask::getDirectoryScanner()
    Returns the directory scanner needed to access the files to process.
getEnvironment
in file PropertyTask.php, method PropertyTask::getEnvironment()
getFallback
in file PropertyTask.php, method PropertyTask::getFallback()
getFile
in file PropertyTask.php, method PropertyTask::getFile()
    Get the PhingFile that is being used as property source.
getImplicitFileSet
in file MatchingTask.php, method MatchingTask::getImplicitFileSet()
    Accessor for the implict fileset.
getLoaderMap
in file PDOTask.php, method PDOTask::getLoaderMap()
getLoaderMap
in file CreoleTask.php, method CreoleTask::getLoaderMap()
getModule
in file CvsTask.php, method CvsTask::getModule()
getName
in file PropertyTask.php, method PropertyTask::getName()
    Get property component name.
getNewClasses
in file AdhocTask.php, method AdhocTask::getNewClasses()
    Get array of names of newly defined classes.
getOverride
in file PropertyTask.php, method PropertyTask::getOverride()
getPassFile
in file CvsTask.php, method CvsTask::getPassFile()
getPassword
in file PDOTask.php, method PDOTask::getPassword()
    Gets the password.
getPassword
in file CreoleTask.php, method CreoleTask::getPassword()
    Gets the password.
getPort
in file CvsTask.php, method CvsTask::getPort()
getPrefix
in file PropertyTask.php, method PropertyTask::getPrefix()
getPromptCharacter
in file PropertyPromptTask.php, method PropertyPromptTask::getPromptCharacter()
    Returns the terminating character used to punctuate the prompt text.
getPromptText
in file PropertyPromptTask.php, method PropertyPromptTask::getPromptText()
    Returns text of the prompt.
getPropertyName
in file PropertyPromptTask.php, method PropertyPromptTask::getPropertyName()
    Returns name of the Ant Project Property being set by this task.
getRefid
in file PropertyTask.php, method PropertyTask::getRefid()
getSelectors
in file MatchingTask.php, method MatchingTask::getSelectors()
    Returns the set of selectors as an array.
getToRefid
in file PhingTask.php, method PhingReference::getToRefid()
    Get the id under which this reference will be stored in the new project
getUrl
in file CreoleTask.php, method CreoleTask::getUrl()
    Gets the url.
getUrl
in file PDOTask.php, method PDOTask::getUrl()
    Gets the url.
getUserId
in file PDOTask.php, method PDOTask::getUserId()
    Gets the userId.
getUserId
in file CreoleTask.php, method CreoleTask::getUserId()
    Gets the userId.
getUserProperty
in file PropertyTask.php, method PropertyTask::getUserProperty()
getValue
in file PropertyTask.php, method PropertyTask::getValue()
    Get the value of current property component.
getValue
in file PhpEvalTask.php, method FunctionParam::getValue()
top

h

hasSelectors
in file MatchingTask.php, method MatchingTask::hasSelectors()
    Indicates whether there are any selectors here.
top

i

$includeEmpty
in file DeleteTask.php, variable DeleteTask::$includeEmpty
$includeEmpty
in file CopyTask.php, variable CopyTask::$includeEmpty
IfTask
in file IfTask.php, class IfTask
    Perform some tasks based on whether a given condition holds true or not.
ImportTask
in file ImportTask.php, class ImportTask
    Imports another build file into the current project.
IncludePathTask
in file IncludePathTask.php, class IncludePathTask
    Adds a normalized path to the PHP include_path.
init
in file PDOTask.php, method PDOTask::init()
    Initialize CreoleTask.
init
in file ForeachTask.php, method ForeachTask::init()
init
in file ImportTask.php, method ImportTask::init()
    Initialize task.
init
in file CvsTask.php, method CvsTask::init()
init
in file XsltTask.php, method XsltTask::init()
    Setup the filterchains w/ XSLTFilter that we will use while copying the files.
init
in file CreoleTask.php, method CreoleTask::init()
    Initialize CreoleTask.
init
in file PhingCallTask.php, method PhingCallTask::init()
    init this task by creating new instance of the phing task and configuring it's by calling its own init method.
init
in file PhingTask.php, method PhingTask::init()
    Creates a Project instance for the project to call.
init
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::init()
init
in file PropertyPromptTask.php, method PropertyPromptTask::init()
    Initializes this task.
InputTask
in file InputTask.php, class InputTask
    Reads input from the InputHandler.
isAutocommit
in file PDOTask.php, method PDOTask::isAutocommit()
    Gets the autocommit.
isAutocommit
in file CreoleTask.php, method CreoleTask::isAutocommit()
    Gets the autocommit.
isCaching
in file PDOTask.php, method PDOTask::isCaching()
isCaching
in file CreoleTask.php, method CreoleTask::isCaching()
isUseExistingValue
in file PropertyPromptTask.php, method PropertyPromptTask::isUseExistingValue()
    Insert the method's description here.
IfTask.php
procedural page IfTask.php
ImportTask.php
procedural page ImportTask.php
IncludePathTask.php
procedural page IncludePathTask.php
InputTask.php
procedural page InputTask.php
top

l

$level
in file EchoTask.php, variable EchoTask::$level
$logOutput
in file ExecTask.php, variable ExecTask::$logOutput
    Whether to log returned output as MSG_INFO instead of MSG_VERBOSE
loadEnvironment
in file PropertyTask.php, method PropertyTask::loadEnvironment()
    load the environment values
loadFile
in file PropertyTask.php, method PropertyTask::loadFile()
    load properties from a file.
top

m

$mapperElement
in file CopyTask.php, variable CopyTask::$mapperElement
$mapperElement
in file UpToDateTask.php, variable UpToDateTask::$mapperElement
$mode
in file CopyTask.php, variable CopyTask::$mode
$msg
in file EchoTask.php, variable EchoTask::$msg
main
in file PhingTask.php, method PhingTask::main()
    Main entry point for the task.
main
in file PhpEvalTask.php, method PhpEvalTask::main()
    Main entry point.
main
in file WarnTask.php, method WarnTask::main()
main
in file AdhocTask.php, method AdhocTask::main()
    Main entry point
main
in file XsltTask.php, method XsltTask::main()
    Set any XSLT Param and invoke CopyTask::main()
main
in file MkdirTask.php, method MkdirTask::main()
    create the directory and all parents
main
in file PropertyPromptTask.php, method PropertyPromptTask::main()
    Run the PropertyPrompt task.
main
in file PhingCallTask.php, method PhingCallTask::main()
    hand off the work to the phing task of ours, after setting it up
main
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::main()
main
in file TouchTask.php, method TouchTask::main()
    Execute the touch operation.
main
in file TstampTask.php, method TstampTask::main()
    Create the timestamps. Custom ones are done before the standard ones.
main
in file TypedefTask.php, method TypedefTask::main()
    Main entry point
main
in file TaskdefTask.php, method TaskdefTask::main()
    Main entry point
main
in file SequentialTask.php, method SequentialTask::main()
    Execute all nestedTasks.
main
in file ReflexiveTask.php, method ReflexiveTask::main()
    Append the file(s).
main
in file InputTask.php, method InputTask::main()
    Actual method executed by phing.
main
in file ResolvePathTask.php, method ResolvePathTask::main()
    Perform the resolution & set property.
main
in file PropertyTask.php, method PropertyTask::main()
    set the property in the project to the value.
main
in file IncludePathTask.php, method IncludePathTask::main()
    Main entry point
main
in file ChownTask.php, method ChownTask::main()
    Execute the touch operation.
main
in file ConditionTask.php, method ConditionTask::main()
    See whether our nested condition holds and set the property.
main
in file CopyTask.php, method CopyTask::main()
    The main entry point where everything gets in motion.
main
in file CvsPassTask.php, method CVSPassTask::main()
    Does the work.
main
in file ChmodTask.php, method ChmodTask::main()
    Execute the touch operation.
main
in file AvailableTask.php, method AvailableTask::main()
main
in file AdhocTaskdefTask.php, method AdhocTaskdefTask::main()
    Main entry point
main
in file AdhocTypedefTask.php, method AdhocTypedefTask::main()
    Main entry point
main
in file AppendTask.php, method AppendTask::main()
    Append the file(s).
main
in file CvsTask.php, method CvsTask::main()
main
in file DeleteTask.php, method DeleteTask::main()
    Delete the file(s).
main
in file IfTask.php, method IfTask::main()
main
in file ImportTask.php, method ImportTask::main()
    Parse a Phing build file and copy the properties, tasks, data types and targets it defines into the current project.
main
in file ForeachTask.php, method ForeachTask::main()
    This method does the work.
main
in file UpToDateTask.php, method UpToDateTask::main()
    Sets property to true if target file(s) have a more recent timestamp than (each of) the corresponding source file(s).
main
in file EchoTask.php, method EchoTask::main()
main
in file ExecTask.php, method ExecTask::main()
    Main method: wraps execute() command.
main
in file ExitTask.php, method ExitTask::main()
MatchingTask
in file MatchingTask.php, class MatchingTask
    This is an abstract task that should be used by all those tasks that require to include or exclude files based on pattern matching.
MkdirTask
in file MkdirTask.php, class MkdirTask
    Task to create a directory.
MoveTask
in file MoveTask.php, class MoveTask
    Moves a file or directory to a new file or directory.
MatchingTask.php
procedural page MatchingTask.php
MkdirTask.php
procedural page MkdirTask.php
MoveTask.php
procedural page MoveTask.php
top

n

$name
in file PropertyTask.php, variable PropertyTask::$name
    name of the property
$newClasses
in file AdhocTask.php, variable AdhocTask::$newClasses
$newTarget
in file PhingTask.php, variable PhingTask::$newTarget
    the target to call if any
top

o

$optional
in file ImportTask.php, variable ImportTask::$optional
$os
in file ExecTask.php, variable ExecTask::$os
    Operating system.
$output
in file ExecTask.php, variable ExecTask::$output
    Where to direct output.
$outputProperty
in file ExecTask.php, variable ExecTask::$outputProperty
    Property name to set with output value from exec call.
$override
in file PropertyTask.php, variable PropertyTask::$override
    Whether to force overwrite of existing property.
$overwrite
in file CopyTask.php, variable CopyTask::$overwrite
top

p

$params
in file PhpEvalTask.php, variable PhpEvalTask::$params
$passthru
in file ExecTask.php, variable ExecTask::$passthru
    Whether to use PHP's passthru() function instead of exec()
$prefix
in file PropertyTask.php, variable PropertyTask::$prefix
$preserveLMT
in file CopyTask.php, variable CopyTask::$preserveLMT
parsePropertyString
in file PropertyTask.php, method PropertyTask::parsePropertyString()
    This method will parse a string containing ${value} style
PDOTask
in file PDOTask.php, class PDOTask
    Handles PDO configuration needed by SQL type tasks.
PhingCallTask
in file PhingCallTask.php, class PhingCallTask
    Call another target in the same project.
PhingReference
in file PhingTask.php, class PhingReference
    Helper class that implements the nested <reference> element of <phing> and <phingcall>.
PhingTask
in file PhingTask.php, class PhingTask
    Task that invokes phing on another build file.
PhpEvalTask
in file PhpEvalTask.php, class PhpEvalTask
    Executes PHP function or evaluates expression and sets return value to a property.
prefixProperty
in file TstampTask.php, method TstampTask::prefixProperty()
    helper that encapsulates prefix logic and property setting policy (i.e. we use setNewProperty instead of setProperty).
PropertyPromptTask
in file PropertyPromptTask.php, class PropertyPromptTask
    Deprecated task that uses console to prompt user for property values.
PropertyTask
in file PropertyTask.php, class PropertyTask
    Task for setting properties in buildfiles.
PDOTask.php
procedural page PDOTask.php
PhingCallTask.php
procedural page PhingCallTask.php
PhingTask.php
procedural page PhingTask.php
PhpEvalTask.php
procedural page PhpEvalTask.php
PropertyPromptTask.php
procedural page PropertyPromptTask.php
PropertyTask.php
procedural page PropertyTask.php
top

q

$quiet
in file DeleteTask.php, variable DeleteTask::$quiet
top

r

$ref
in file PropertyTask.php, variable PropertyTask::$ref
$reference
in file PropertyTask.php, variable PropertyTask::$reference
$returnProperty
in file ExecTask.php, variable ExecTask::$returnProperty
    Property name to set with return value from exec call.
$returnProperty
in file PhpEvalTask.php, variable PhpEvalTask::$returnProperty
ReflexiveTask
in file ReflexiveTask.php, class ReflexiveTask
    This task is for using filter chains to make changes to files and overwrite the original files.
removeCommandline
in file CvsTask.php, method CvsTask::removeCommandline()
ReplaceRegexpTask
in file ReplaceRegexpTask.php, class ReplaceRegexpTask
    ReplaceRegExp is a directory based task for replacing the occurrence of a given regular expression with a substitution pattern in a selected file or set of files.
resolveAllProperties
in file PropertyTask.php, method PropertyTask::resolveAllProperties()
    Given a Properties object, this method goes through and resolves any references to properties within the object.
ResolvePathTask
in file ResolvePathTask.php, class ResolvePathTask
    Task for resolving relative paths and setting absolute path in property value.
runCommand
in file CvsTask.php, method CvsTask::runCommand()
    Sets up the environment for toExecute and then runs it.
ReplaceRegexpTask.php
procedural page ReplaceRegexpTask.php
ReflexiveTask.php
procedural page ReflexiveTask.php
ResolvePathTask.php
procedural page ResolvePathTask.php
top

s

$script
in file AdhocTask.php, variable AdhocTask::$script
    The PHP script
$spawn
in file ExecTask.php, variable ExecTask::$spawn
    If spawn is set then [unix] programs will redirect stdout and add '&'.
scanDir
in file UpToDateTask.php, method UpToDateTask::scanDir()
selectorCount
in file MatchingTask.php, method MatchingTask::selectorCount()
    Gives the count of the number of selectors in this container
selectorElements
in file MatchingTask.php, method MatchingTask::selectorElements()
    Returns an enumerator for accessing the set of selectors.
SequentialTask
in file SequentialTask.php, class SequentialTask
    Sequential is a container task that contains other Phing Task objects.
setAbsparam
in file ForeachTask.php, method ForeachTask::setAbsparam()
setAppend
in file EchoTask.php, method EchoTask::setAppend()
    setter for append
setAutocommit
in file PDOTask.php, method PDOTask::setAutocommit()
    Auto commit flag for database connection; optional, default false.
setAutocommit
in file CreoleTask.php, method CreoleTask::setAutocommit()
    Auto commit flag for database connection; optional, default false.
setBuildfile
in file PhingTask.php, method PhingTask::setBuildfile()
    Alias function for setPhingfile
setByline
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::setByline()
    Match only per line
setCaching
in file CreoleTask.php, method CreoleTask::setCaching()
    Caching loaders / driver. This is to avoid
setCaching
in file PDOTask.php, method PDOTask::setCaching()
    Caching loaders / driver. This is to avoid
setCaseSensitive
in file MatchingTask.php, method MatchingTask::setCaseSensitive()
    Sets case sensitivity of the file system
setCheckreturn
in file ExecTask.php, method ExecTask::setCheckreturn()
    Whether to check the return code.
setClass
in file PhpEvalTask.php, method PhpEvalTask::setClass()
    Set [static] class which contains function to execute
setClassname
in file TypedefTask.php, method TypedefTask::setClassname()
    Sets the class name / dotpath to use.
setClassname
in file TaskdefTask.php, method TaskdefTask::setClassname()
    Sets the class name / dotpath to use.
setClasspath
in file IncludePathTask.php, method IncludePathTask::setClasspath()
    Set the classpath to be used when searching for component being defined
setClasspath
in file TypedefTask.php, method TypedefTask::setClasspath()
    Set the classpath to be used when searching for component being defined
setClasspath
in file TaskdefTask.php, method TaskdefTask::setClasspath()
    Set the classpath to be used when searching for component being defined
setClasspathRef
in file TaskdefTask.php, method TaskdefTask::setClasspathRef()
    Reference to a classpath to use when loading the files.
setClasspathRef
in file IncludePathTask.php, method IncludePathTask::setClasspathRef()
    Reference to a classpath to use when loading the files.
setClasspathRef
in file TypedefTask.php, method TypedefTask::setClasspathRef()
    Reference to a classpath to use when loading the files.
setCommand
in file CvsTask.php, method CvsTask::setCommand()
    The CVS command to execute.
setCommand
in file ExecTask.php, method ExecTask::setCommand()
    The command to use.
setCompression
in file CvsTask.php, method CvsTask::setCompression()
    If true, this is the same as compressionlevel="3".
setCompressionLevel
in file CvsTask.php, method CvsTask::setCompressionLevel()
    If set to a value 1-9 it adds -zN to the cvs command line, else it disables compression.
setCvsRoot
in file CvsTask.php, method CvsTask::setCvsRoot()
    The CVSROOT variable.
setCvsroot
in file CvsPassTask.php, method CVSPassTask::setCvsroot()
    The CVS repository to add an entry for.
setCvsRsh
in file CvsTask.php, method CvsTask::setCvsRsh()
    The CVS_RSH variable.
setDate
in file CvsTask.php, method CvsTask::setDate()
    Use the most recent revision no later than the given date.
setDatetime
in file TouchTask.php, method TouchTask::setDatetime()
    the new modification time of the file
setDefaultexcludes
in file MatchingTask.php, method MatchingTask::setDefaultexcludes()
    Sets whether default exclusions should be used or not.
setDefaultValue
in file InputTask.php, method InputTask::setDefaultValue()
    Add a default value.
setDefaultvalue
in file PropertyPromptTask.php, method PropertyPromptTask::setDefaultvalue()
    Sets defaultValue for the Property being set by this task.
setDelimiter
in file ForeachTask.php, method ForeachTask::setDelimiter()
setDest
in file CvsTask.php, method CvsTask::setDest()
    The directory where the checked out files should be placed.
setDestFile
in file AppendTask.php, method AppendTask::setDestFile()
    The more conventional naming for method to set destination file.
setDir
in file ResolvePathTask.php, method ResolvePathTask::setDir()
    Sets a base dir to use for resolution.
setDir
in file PhingTask.php, method PhingTask::setDir()
    The directory to use as a base directory for the new phing project.
setDir
in file DeleteTask.php, method DeleteTask::setDir()
    Set the directory from which files are to be deleted.
setDir
in file MkdirTask.php, method MkdirTask::setDir()
    the directory to create; required.
setDir
in file ExecTask.php, method ExecTask::setDir()
    Specify the working directory for executing this command.
setDriver
in file CreoleTask.php, method CreoleTask::setDriver()
    Set the Creole driver to be used.
setEnvironment
in file PropertyTask.php, method PropertyTask::setEnvironment()
    the prefix to use when retrieving environment variables.
setError
in file ExecTask.php, method ExecTask::setError()
    File to which error output should be written.
setError
in file CvsTask.php, method CvsTask::setError()
    File to which error output should be written.
setEscape
in file ExecTask.php, method ExecTask::setEscape()
    Whether to use escapeshellcmd() to escape command.
setExcludes
in file MatchingTask.php, method MatchingTask::setExcludes()
    Sets the set of exclude patterns. Patterns may be separated by a comma or a space.
setExcludesfile
in file MatchingTask.php, method MatchingTask::setExcludesfile()
    Sets the name of the file containing the includes patterns.
setExpression
in file PhpEvalTask.php, method PhpEvalTask::setExpression()
    Set PHP expression to evaluate.
setFailonerror
in file ChownTask.php, method ChownTask::setFailonerror()
    This flag means 'note errors to the output, but keep going'
setFailOnError
in file DeleteTask.php, method DeleteTask::setFailOnError()
    this flag means 'note errors to the output, but keep going'
setFailonerror
in file ChmodTask.php, method ChmodTask::setFailonerror()
    This flag means 'note errors to the output, but keep going'
setFailOnError
in file CvsTask.php, method CvsTask::setFailOnError()
    Stop the build process if the command exits with a return code other than 0.
setFallback
in file PropertyTask.php, method PropertyTask::setFallback()
setFile
in file TouchTask.php, method TouchTask::setFile()
    Sets a single source file to touch. If the file does not exist an empty file will be created.
setFile
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::setFile()
    File to apply regexp on
setFile
in file ResolvePathTask.php, method ResolvePathTask::setFile()
    Sets a file that we want to resolve.
setFile
in file ReflexiveTask.php, method ReflexiveTask::setFile()
    Alias for setFrom()
setFile
in file EchoTask.php, method EchoTask::setFile()
    setter for file
setFile
in file PropertyTask.php, method PropertyTask::setFile()
    Set a file to use as the source for properties.
setFile
in file TaskdefTask.php, method TaskdefTask::setFile()
    Sets the file of definitionas to use to use.
setFile
in file ImportTask.php, method ImportTask::setFile()
    Set the file to import.
setFile
in file DeleteTask.php, method DeleteTask::setFile()
    Set the name of a single file to be removed.
setFile
in file CopyTask.php, method CopyTask::setFile()
    Set the file. We have to manually take care of the type that is coming due to limited type support in php in and convert it manually if neccessary.
setFile
in file ChmodTask.php, method ChmodTask::setFile()
    Sets a single source file to touch. If the file does not exist an empty file will be created.
setFile
in file ChownTask.php, method ChownTask::setFile()
    Sets a single source file to touch. If the file does not exist an empty file will be created.
setFile
in file AvailableTask.php, method AvailableTask::setFile()
setFile
in file AppendTask.php, method AppendTask::setFile()
    Sets specific file to append.
setFlags
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::setFlags()
    Sets the regexp flags
setFollowSymlinks
in file MatchingTask.php, method MatchingTask::setFollowSymlinks()
    Sets whether or not symbolic links should be followed.
setFunction
in file PhpEvalTask.php, method PhpEvalTask::setFunction()
    Set function to execute
setHaltOnFailure
in file PhingTask.php, method PhingTask::setHaltOnFailure()
    If true, abort the build process if there is a problem with or in the target build file.
setIf
in file ExitTask.php, method ExitTask::setIf()
    Only fail if a property of the given name exists in the current project.
setIncludeEmptyDirs
in file CopyTask.php, method CopyTask::setIncludeEmptyDirs()
    Set the include empty dirs flag. IntrospectionHelper takes care of booleans in set* methods so we can assume that the right value (boolean primitive) is coming in here.
setIncludeEmptyDirs
in file DeleteTask.php, method DeleteTask::setIncludeEmptyDirs()
    Used to delete empty directories.
setIncludes
in file MatchingTask.php, method MatchingTask::setIncludes()
    Sets the set of include patterns. Patterns may be separated by a comma or a space.
setIncludesfile
in file MatchingTask.php, method MatchingTask::setIncludesfile()
    Sets the name of the file containing the includes patterns.
setInheritAll
in file PhingCallTask.php, method PhingCallTask::setInheritAll()
    If true, pass all properties to the new Phing project.
setInheritAll
in file PhingTask.php, method PhingTask::setInheritAll()
    If true, pass all properties to the new phing project.
setInheritRefs
in file PhingCallTask.php, method PhingCallTask::setInheritRefs()
    If true, pass all references to the new Phing project.
setInheritRefs
in file PhingTask.php, method PhingTask::setInheritRefs()
    If true, pass all references to the new phing project.
setLevel
in file EchoTask.php, method EchoTask::setLevel()
    setter for level
setList
in file ForeachTask.php, method ForeachTask::setList()
setLocale
in file TstampTask.php, method TstampCustomFormat::setLocale()
    The locale used to create date/time string.
setLogoutput
in file ExecTask.php, method ExecTask::setLogoutput()
    Whether to log returned output as MSG_INFO instead of MSG_VERBOSE
setMatch
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::setMatch()
    Sets the regexp match pattern
setMessage
in file EchoTask.php, method EchoTask::setMessage()
    alias setter
setMessage
in file ExitTask.php, method ExitTask::setMessage()
    A message giving further information on why the build exited.
setMessage
in file InputTask.php, method InputTask::setMessage()
    Sets the Message which gets displayed to the user during the build run.
setMillis
in file TouchTask.php, method TouchTask::setMillis()
    the new modification time of the file in milliseconds since midnight Jan 1 1970.
setMode
in file ChmodTask.php, method ChmodTask::setMode()
setMode
in file CopyTask.php, method CopyTask::setMode()
    Sets the mode to create destination directories with (ignored on Windows).
setModule
in file CvsTask.php, method CvsTask::setModule()
    The package/module to operate upon.
setMsg
in file EchoTask.php, method EchoTask::setMsg()
    setter for message
setMsg
in file ExitTask.php, method ExitTask::setMsg()
    A message giving further information on why the build exited.
setName
in file AdhocTaskdefTask.php, method AdhocTaskdefTask::setName()
    Set the tag that will represent this adhoc task/type.
setName
in file TypedefTask.php, method TypedefTask::setName()
    Sets the name that will be used in XML buildfile.
setName
in file PropertyTask.php, method PropertyTask::setName()
    Sets a the name of current property component
setName
in file TaskdefTask.php, method TaskdefTask::setName()
    Sets the name that will be used in XML buildfile.
setName
in file AdhocTypedefTask.php, method AdhocTypedefTask::setName()
    Set the tag that will represent this adhoc task/type.
setNoexec
in file CvsTask.php, method CvsTask::setNoexec()
    If true, report only and don't change any files.
setOptional
in file ImportTask.php, method ImportTask::setOptional()
    Is this include optional?
setOs
in file ExecTask.php, method ExecTask::setOs()
    Specify OS (or muliple OS) that must match in order to execute this command.
setOutput
in file CvsTask.php, method CvsTask::setOutput()
    File to which output should be written.
setOutput
in file ExecTask.php, method ExecTask::setOutput()
    File to which output should be written.
setOutputProperty
in file ExecTask.php, method ExecTask::setOutputProperty()
    The name of property to set to output value from exec() call.
setOverride
in file PropertyTask.php, method PropertyTask::setOverride()
setOverwrite
in file CopyTask.php, method CopyTask::setOverwrite()
    Set the overwrite flag. IntrospectionHelper takes care of booleans in set* methods so we can assume that the right value (boolean primitive) is coming in here.
setParam
in file ForeachTask.php, method ForeachTask::setParam()
setPassfile
in file CvsPassTask.php, method CVSPassTask::setPassfile()
    Password file to add the entry to.
setPassfile
in file CvsTask.php, method CvsTask::setPassfile()
    Password file to read passwords from.
setPassthru
in file ExecTask.php, method ExecTask::setPassthru()
    Whether to use PHP's passthru() function instead of exec()
setPassword
in file CvsPassTask.php, method CVSPassTask::setPassword()
    Password to be added to the password file.
setPassword
in file CreoleTask.php, method CreoleTask::setPassword()
    Sets the password; required.
setPassword
in file PDOTask.php, method PDOTask::setPassword()
    Sets the password; required.
setPath
in file ResolvePathTask.php, method ResolvePathTask::setPath()
    Sets a path (file or directory) that we want to resolve.
setPattern
in file TstampTask.php, method TstampCustomFormat::setPattern()
    The date/time pattern to be used. The values are as defined by the PHP strftime() function.
setPattern
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::setPattern()
setPhingfile
in file PhingTask.php, method PhingTask::setPhingfile()
    The build file to use.
setPort
in file CvsTask.php, method CvsTask::setPort()
    Port used by CVS to communicate with the server.
setPrefix
in file PropertyTask.php, method PropertyTask::setPrefix()
    Prefix to apply to properties loaded using
.
setPrefix
in file TstampTask.php, method TstampTask::setPrefix()
    Set a prefix for the properties. If the prefix does not end with a "." one is automatically added.
setProject
in file MatchingTask.php, method MatchingTask::setProject()
setPromptChar
in file InputTask.php, method InputTask::setPromptChar()
    Set the character/string to use for the prompt.
setPromptCharacter
in file PropertyPromptTask.php, method PropertyPromptTask::setPromptCharacter()
    Sets the terminating character used to punctuate the prompt text (default is "?").
setPromptText
in file PropertyPromptTask.php, method PropertyPromptTask::setPromptText()
    Sets text of the prompt.
setProperty
in file UpToDateTask.php, method UpToDateTask::setProperty()
    The property to set if the target file is more up-to-date than (each of) the source file(s).
setProperty
in file ConditionTask.php, method ConditionTask::setProperty()
    The name of the property to set. Required.
setProperty
in file TstampTask.php, method TstampCustomFormat::setProperty()
    The property to receive the date/time string in the given pattern
setProperty
in file AvailableTask.php, method AvailableTask::setProperty()
setPropertyName
in file PropertyPromptTask.php, method PropertyPromptTask::setPropertyName()
    Specifies the Phing Project Property being set by this task.
setPropertyName
in file InputTask.php, method InputTask::setPropertyName()
    Defines the name of a property to be set from input.
setPropertyName
in file ResolvePathTask.php, method ResolvePathTask::setPropertyName()
    Set the name of the property to set.
setQuiet
in file ChmodTask.php, method ChmodTask::setQuiet()
    Set quiet mode, which suppresses warnings if chmod() fails.
setQuiet
in file ChownTask.php, method ChownTask::setQuiet()
    Set quiet mode, which suppresses warnings if chown() fails.
setQuiet
in file DeleteTask.php, method DeleteTask::setQuiet()
    If the file does not exist, do not display a diagnostic message or modify the exit status to reflect an error.
setQuiet
in file CvsTask.php, method CvsTask::setQuiet()
    If true, suppress informational messages.
setRefid
in file PropertyTask.php, method PropertyTask::setRefid()
setReplace
in file ReplaceRegexpTask.php, method ReplaceRegexpTask::setReplace()
    Sets the replacement string
setResolveDocumentExternals
in file XsltTask.php, method XsltTask::setResolveDocumentExternals()
    Whether to resolve entities in the XML document.
setResolveStylesheetExternals
in file XsltTask.php, method XsltTask::setResolveStylesheetExternals()
    Whether to resolve entities in the stylesheet.
setResource
in file AvailableTask.php, method AvailableTask::setResource()
setReturnProperty
in file ExecTask.php, method ExecTask::setReturnProperty()
    The name of property to set to return value from exec() call.
setReturnProperty
in file PhpEvalTask.php, method PhpEvalTask::setReturnProperty()
    Sets property name to set with return value of function or expression.
setSpawn
in file ExecTask.php, method ExecTask::setSpawn()
    Whether to suppress all output and run in the background.
setSrcfile
in file UpToDateTask.php, method UpToDateTask::setSrcfile()
    The file that must be older than the target file if the property is to be set.
setStyle
in file XsltTask.php, method XsltTask::setStyle()
    Set the stylesheet to use.
setTag
in file CvsTask.php, method CvsTask::setTag()
    The tag of the package/module to operate upon.
setTarget
in file PhingTask.php, method PhingTask::setTarget()
    The target of the new Phing project to execute.
setTarget
in file ForeachTask.php, method ForeachTask::setTarget()
setTarget
in file PhingCallTask.php, method PhingCallTask::setTarget()
    Target to execute, required.
setTargetFile
in file UpToDateTask.php, method UpToDateTask::setTargetFile()
    The file which must be more up-to-date than (each of) the source file(s) if the property is to be set.
setText
in file AppendTask.php, method AppendTask::setText()
    Sets text to append. (cannot be used in conjunction w/ files or filesets).
setTo
in file AppendTask.php, method AppendTask::setTo()
    Set target file to append to.
setTodir
in file CopyTask.php, method CopyTask::setTodir()
    Set the toDir. We have to manually take care of the type that is coming due to limited type support in php in and convert it manually if neccessary.
setTofile
in file CopyTask.php, method CopyTask::setTofile()
    Set the toFile. We have to manually take care of the type that is coming due to limited type support in php in and convert it manually if neccessary.
setToRefid
in file PhingTask.php, method PhingReference::setToRefid()
    Set the id that this reference to be stored under in the new project.
setTstamp
in file CopyTask.php, method CopyTask::setTstamp()
    Set the preserve timestmap flag. IntrospectionHelper takes care of booleans in set* methods so we can assume that the right value (boolean primitive) is coming in here.
setType
in file AvailableTask.php, method AvailableTask::setType()
setUnless
in file ExitTask.php, method ExitTask::setUnless()
    Only fail if a property of the given name does not exist in the current project.
setUrl
in file CreoleTask.php, method CreoleTask::setUrl()
    Sets the database connection URL; required.
setUrl
in file PDOTask.php, method PDOTask::setUrl()
    Sets the database connection URL; required.
setUseExistingValue
in file PropertyPromptTask.php, method PropertyPromptTask::setUseExistingValue()
setUser
in file ChownTask.php, method ChownTask::setUser()
setUserid
in file CreoleTask.php, method CreoleTask::setUserid()
    Set the user name for the connection; required.
setUserid
in file PDOTask.php, method PDOTask::setUserid()
    Set the user name for the connection; required.
setUserProperty
in file PropertyTask.php, method PropertyTask::setUserProperty()
    Set whether this is a user property (ro).
setValidargs
in file InputTask.php, method InputTask::setValidargs()
    Defines valid input parameters as comma separated strings. If set, input task will reject any input not defined as accepted and requires the user to reenter it. Validargs are case sensitive. If you want 'a' and 'A' to be accepted you need to define both values as accepted arguments.
setValue
in file UpToDateTask.php, method UpToDateTask::setValue()
    The value to set the named property to if the target file is more up-to-date than (each of) the source file(s). Defaults to 'true'.
setValue
in file ConditionTask.php, method ConditionTask::setValue()
    The value for the property to set. Defaults to "true".
setValue
in file PhpEvalTask.php, method FunctionParam::setValue()
setValue
in file AvailableTask.php, method AvailableTask::setValue()
setValue
in file PropertyTask.php, method PropertyTask::setValue()
    Sets a the value of current property component.
setVerbose
in file CopyTask.php, method CopyTask::setVerbose()
    Used to force listing of all names of copied files.
setVerbose
in file ChmodTask.php, method ChmodTask::setVerbose()
    Set verbosity, which if set to false surpresses all but an overview of what happened.
setVerbose
in file DeleteTask.php, method DeleteTask::setVerbose()
    Used to force listing of all names of deleted files.
setVerbose
in file ChownTask.php, method ChownTask::setVerbose()
    Set verbosity, which if set to false surpresses all but an overview of what happened.
setVersion
in file CreoleTask.php, method CreoleTask::setVersion()
    Sets the version string, execute task only if rdbms version match; optional.
setVersion
in file PDOTask.php, method PDOTask::setVersion()
    Sets the version string, execute task only if rdbms version match; optional.
SequentialTask.php
procedural page SequentialTask.php
top

t

TaskdefTask
in file TaskdefTask.php, class TaskdefTask
    Register a task for use within a buildfile.
TaskdefTask.php
procedural page TaskdefTask.php
TouchTask.php
procedural page TouchTask.php
TstampTask.php
procedural page TstampTask.php
TypedefTask.php
procedural page TypedefTask.php
toString
in file PropertyTask.php, method PropertyTask::toString()
TouchTask
in file TouchTask.php, class TouchTask
    Touch a file and/or fileset(s); corresponds to the Unix touch command.
TstampCustomFormat
in file TstampTask.php, class TstampCustomFormat
TstampTask
in file TstampTask.php, class TstampTask
    Sets properties to the current time, or offsets from the current time.
TypedefTask
in file TypedefTask.php, class TypedefTask
    Register a datatype for use within a buildfile.
top

u

$useDefaultExcludes
in file MatchingTask.php, variable MatchingTask::$useDefaultExcludes
$userProperty
in file PropertyTask.php, variable PropertyTask::$userProperty
    Whether property should be treated as "user" property.
UpToDateTask.php
procedural page UpToDateTask.php
UpToDateTask
in file UpToDateTask.php, class UpToDateTask
    Sets the given property if the specified target has a timestamp greater than all of the source files.
top

v

$value
in file PropertyTask.php, variable PropertyTask::$value
    value of the property
$verbosity
in file CopyTask.php, variable CopyTask::$verbosity
$verbosity
in file DeleteTask.php, variable DeleteTask::$verbosity
validateAttributes
in file CopyTask.php, method CopyTask::validateAttributes()
    Validates attributes coming in from XML
validateAttributes
in file MoveTask.php, method MoveTask::validateAttributes()
    Validates attributes coming in from XML
top

w

WarnTask.php
procedural page WarnTask.php
WarnTask
in file WarnTask.php, class WarnTask
    Simple task to echo a warning message (Project::MSG_WARN) to all output devices.
top

x

XsltTask.php
procedural page XsltTask.php
XsltTask
in file XsltTask.php, class XsltTask
    Implements an XSLT processing filter while copying files.
top

Documentation generated on Mon, 19 Oct 2009 10:50:10 +0200 by phpDocumentor 1.4.3