[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 277 lignes (11 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
DeleteTask:: (11 méthodes):
setFile()
setDir()
setVerbose()
setQuiet()
setFailOnError()
setIncludeEmptyDirs()
createFileSet()
createFileList()
main()
removeDir()
removeFiles()
Classe: DeleteTask - X-Ref
Deletes a file or directory, or set of files defined by a fileset.setFile(PhingFile $file) X-Ref |
Set the name of a single file to be removed. param: PhingFile $file |
setDir(PhingFile $dir) X-Ref |
Set the directory from which files are to be deleted. param: PhingFile $dir |
setVerbose($verbosity) X-Ref |
Used to force listing of all names of deleted files. param: boolean $verbosity |
setQuiet($bool) X-Ref |
If the file does not exist, do not display a diagnostic message or modify the exit status to reflect an error. This means that if a file or directory cannot be deleted, then no error is reported. This setting emulates the -f option to the Unix rm command. Default is false meaning things are verbose |
setFailOnError($bool) X-Ref |
Pas de description |
setIncludeEmptyDirs($includeEmpty) X-Ref |
Pas de description |
createFileSet() X-Ref |
Pas de description |
createFileList() X-Ref |
Pas de description |
main() X-Ref |
Pas de description |
removeDir($d) X-Ref |
Recursively removes a directory. param: PhingFile $d The directory to remove. |
removeFiles(PhingFile $d, &$files, &$dirs) X-Ref |
remove an array of files in a directory, and a list of subdirectories which will only be deleted if 'includeEmpty' is true param: PhingFile $d directory to work from param: array &$files array of files to delete; can be of zero length param: array &$dirs array of directories to delete; can of zero length |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |