phing-util
[ class tree: phing-util ] [ index: phing-util ] [ all elements ]

Element index for package phing-util

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

_

__construct
in file SourceFileScanner.php, method SourceFileScanner::__construct()
__construct
in file PathTokenizer.php, method PathTokenizer::__construct()
    Constructs a path tokenizer for the specified path.
__construct
in file LogWriter.php, method LogWriter::__construct()
    Constructs a new LogWriter object
__construct
in file DataStore.php, method DataStore::__construct()
    Constructs a new data store
__destruct
in file DataStore.php, method DataStore::__destruct()
    Destructor
top

a

addDefaultExcludes
in file DirectoryScanner.php, method DirectoryScanner::addDefaultExcludes()
    Adds the array with default exclusions to the current exclusions set.
top

b

$basedir
in file DirectoryScanner.php, variable DirectoryScanner::$basedir
    The base directory which should be scanned.
top

c

close
in file LogWriter.php, method LogWriter::close()
commit
in file DataStore.php, method DataStore::commit()
    Commits data store to disk
contains
in file PathTokenizer.php, method PathTokenizer::contains()
    Non StringTokenizer function, that indicates whether the specified path is contained in loaded tokens.
contentEquals
in file FileUtils.php, method FileUtils::contentEquals()
copyFile
in file FileUtils.php, method FileUtils::copyFile()
    Copies a file using filter chains.
couldHoldIncluded
in file DirectoryScanner.php, method DirectoryScanner::couldHoldIncluded()
    Tests whether a name matches the start of at least one include pattern.
top

d

$DEFAULTEXCLUDES
in file DirectoryScanner.php, variable DirectoryScanner::$DEFAULTEXCLUDES
    default set of excludes
$dirsDeselected
in file DirectoryScanner.php, variable DirectoryScanner::$dirsDeselected
$dirsExcluded
in file DirectoryScanner.php, variable DirectoryScanner::$dirsExcluded
    The files that where found and matched at least one includes, and also matched at least one excludes.
$dirsIncluded
in file DirectoryScanner.php, variable DirectoryScanner::$dirsIncluded
    The directories that where found and matched at least one includes, and matched no excludes.
$dirsNotIncluded
in file DirectoryScanner.php, variable DirectoryScanner::$dirsNotIncluded
    The directories that where found and did not match any includes.
DataStore
in file DataStore.php, class DataStore
    An abstract representation of file and directory pathnames.
DirectoryScanner
in file DirectoryScanner.php, class DirectoryScanner
    Class for scanning a directory for files/directories that match a certain criteria.
DataStore.php
procedural page DataStore.php
DirectoryScanner.php
procedural page DirectoryScanner.php
top

e

$everythingIncluded
in file DirectoryScanner.php, variable DirectoryScanner::$everythingIncluded
    if there are no deselected files
$excludes
in file DirectoryScanner.php, variable DirectoryScanner::$excludes
    The patterns for the files that should be excluded.
$expandSymbolicLinks
in file DirectoryScanner.php, variable DirectoryScanner::$expandSymbolicLinks
    Whether to expand/dereference symbolic links, default is false
ExtendedFileStream
in file ExtendedFileStream.php, class ExtendedFileStream
    Extended file stream wrapper class which auto-creates directories
ExtendedFileStream.php
procedural page ExtendedFileStream.php
top

f

$filesDeselected
in file DirectoryScanner.php, variable DirectoryScanner::$filesDeselected
$filesExcluded
in file DirectoryScanner.php, variable DirectoryScanner::$filesExcluded
    The files that where found and matched at least one includes, and also matched at least one excludes. Trie object.
$filesIncluded
in file DirectoryScanner.php, variable DirectoryScanner::$filesIncluded
    The files that where found and matched at least one includes, and matched no excludes.
$filesNotIncluded
in file DirectoryScanner.php, variable DirectoryScanner::$filesNotIncluded
    The files that where found and did not match any includes. Trie
FileUtils
in file FileUtils.php, class FileUtils
    File utility class.
FileUtils.php
procedural page FileUtils.php
top

g

get
in file DataStore.php, method DataStore::get()
    Retrieves a value from the data store
getBasedir
in file DirectoryScanner.php, method DirectoryScanner::getBasedir()
    Gets the basedir that is used for scanning. This is the directory that is scanned recursively.
getChainedReader
in file FileUtils.php, method FileUtils::getChainedReader()
    Returns a new Reader with filterchains applied. If filterchains are empty, simply returns passed reader.
getDeselectedDirectories
in file DirectoryScanner.php, method DirectoryScanner::getDeselectedDirectories()
    <p>Returns the names of the directories which were selected out and therefore not ultimately included.</p>
getDeselectedFiles
in file DirectoryScanner.php, method DirectoryScanner::getDeselectedFiles()
    <p>Returns the names of the files which were selected out and therefore not ultimately included.</p>
getExcludedDirectories
in file DirectoryScanner.php, method DirectoryScanner::getExcludedDirectories()
    Get the names of the directories that matched at least one of the include patterns, an matched also at least one of the exclude patterns.
getExcludedFiles
in file DirectoryScanner.php, method DirectoryScanner::getExcludedFiles()
    Get the names of the files that matched at least one of the include patterns, an matched also at least one of the exclude patterns.
getIncludedDirectories
in file DirectoryScanner.php, method DirectoryScanner::getIncludedDirectories()
    Get the names of the directories that matched at least one of the include patterns, an matched none of the exclude patterns.
getIncludedFiles
in file DirectoryScanner.php, method DirectoryScanner::getIncludedFiles()
    Get the names of the files that matched at least one of the include patterns, and matched none of the exclude patterns.
getNotIncludedDirectories
in file DirectoryScanner.php, method DirectoryScanner::getNotIncludedDirectories()
    Get the names of the directories that matched at none of the include patterns.
getNotIncludedFiles
in file DirectoryScanner.php, method DirectoryScanner::getNotIncludedFiles()
    Get the names of the files that matched at none of the include patterns.
getResource
in file LogWriter.php, method LogWriter::getResource()
top

h

$haveSlowResults
in file DirectoryScanner.php, variable DirectoryScanner::$haveSlowResults
    Have the vars holding our results been built by a slow scan?
hasMoreTokens
in file PathTokenizer.php, method PathTokenizer::hasMoreTokens()
    Tests if there are more path elements available from this tokenizer's path. If this method returns
  1. true
, then a subsequent call to nextToken will successfully return a token.
top

i

$includes
in file DirectoryScanner.php, variable DirectoryScanner::$includes
    The patterns for the files that should be included.
$isCaseSensitive
in file DirectoryScanner.php, variable DirectoryScanner::$isCaseSensitive
    Should the file system be treated as a case sensitive one?
isEverythingIncluded
in file DirectoryScanner.php, method DirectoryScanner::isEverythingIncluded()
    Returns whether or not the scanner has included all the files or directories it has come across so far.
isExcluded
in file DirectoryScanner.php, method DirectoryScanner::isExcluded()
    Tests whether a name matches against at least one exclude pattern.
isIncluded
in file DirectoryScanner.php, method DirectoryScanner::isIncluded()
    Tests whether a name matches against at least one include pattern.
isSelected
in file DirectoryScanner.php, method DirectoryScanner::isSelected()
    Tests whether a name should be selected.
top

l

listDir
in file DirectoryScanner.php, method DirectoryScanner::listDir()
    Lists contens of a given directory and returns array with entries
LogWriter
in file LogWriter.php, class LogWriter
    Extends the Writer class to output messages to Phing's log
LogWriter.php
procedural page LogWriter.php
top

m

match
in file DirectoryScanner.php, method DirectoryScanner::match()
    Matches a string against a pattern. The pattern contains two special characters: '*' which means zero or more characters, '?' which means one and only one character.
matchPath
in file DirectoryScanner.php, method DirectoryScanner::matchPath()
    Matches a path against a pattern. Static
matchPatternStart
in file DirectoryScanner.php, method DirectoryScanner::matchPatternStart()
    Does the path match the start of this pattern up to the first "**".
mkdir
in file ExtendedFileStream.php, method ExtendedFileStream::mkdir()
top

n

nextToken
in file PathTokenizer.php, method PathTokenizer::nextToken()
    Returns the next path element from this tokenizer.
normalize
in file FileUtils.php, method FileUtils::normalize()
    Normalize the given absolute path.
top

o

open
in file LogWriter.php, method LogWriter::open()
top

p

PathTokenizer
in file PathTokenizer.php, class PathTokenizer
    A Path tokenizer takes a path and returns the components that make up that path.
put
in file DataStore.php, method DataStore::put()
    Adds a value to the data store
PathTokenizer.php
procedural page PathTokenizer.php
top

r

registerStream
in file ExtendedFileStream.php, method ExtendedFileStream::registerStream()
rename
in file ExtendedFileStream.php, method ExtendedFileStream::rename()
reset
in file LogWriter.php, method LogWriter::reset()
resolveFile
in file FileUtils.php, method FileUtils::resolveFile()
    Interpret the filename as a file relative to the given file - unless the filename already represents an absolute filename.
restrict
in file SourceFileScanner.php, method SourceFileScanner::restrict()
    Restrict the given set of files to those that are newer than their corresponding target files.
restrictAsFiles
in file SourceFileScanner.php, method SourceFileScanner::restrictAsFiles()
    Convenience layer on top of restrict that returns the source files as PhingFile objects (containing absolute paths if srcDir is absolute).
rmdir
in file ExtendedFileStream.php, method ExtendedFileStream::rmdir()
top

s

$selectors
in file DirectoryScanner.php, variable DirectoryScanner::$selectors
    Selectors
scan
in file DirectoryScanner.php, method DirectoryScanner::scan()
    Scans the base directory for files that match at least one include pattern, and don't match any exclude patterns.
setBasedir
in file DirectoryScanner.php, method DirectoryScanner::setBasedir()
    Sets the basedir for scanning. This is the directory that is scanned recursively. All '/' and '\' characters are replaced by DIRECTORY_SEPARATOR
setCaseSensitive
in file DirectoryScanner.php, method DirectoryScanner::setCaseSensitive()
    Sets the case sensitivity of the file system
setExcludes
in file DirectoryScanner.php, method DirectoryScanner::setExcludes()
    Sets the set of exclude patterns to use. All '/' and '\' characters are replaced by
  1. File.separatorChar
. So the separator used need not match
  1. File.separatorChar
.
setExpandSymbolicLinks
in file DirectoryScanner.php, method DirectoryScanner::setExpandSymbolicLinks()
    Sets whether to expand/dereference symbolic links
setIncludes
in file DirectoryScanner.php, method DirectoryScanner::setIncludes()
    Sets the set of include patterns to use. All '/' and '\' characters are replaced by DIRECTORY_SEPARATOR. So the separator used need not match DIRECTORY_SEPARATOR.
setSelectors
in file DirectoryScanner.php, method DirectoryScanner::setSelectors()
    Sets the selectors that will select the filelist.
slowScan
in file DirectoryScanner.php, method DirectoryScanner::slowScan()
    Toplevel invocation for the scan.
SourceFileScanner
in file SourceFileScanner.php, class SourceFileScanner
    Utility class that collects the functionality of the various scanDir methods that have been scattered in several tasks before.
stream_close
in file ExtendedFileStream.php, method ExtendedFileStream::stream_close()
stream_eof
in file ExtendedFileStream.php, method ExtendedFileStream::stream_eof()
stream_flush
in file ExtendedFileStream.php, method ExtendedFileStream::stream_flush()
stream_open
in file ExtendedFileStream.php, method ExtendedFileStream::stream_open()
stream_read
in file ExtendedFileStream.php, method ExtendedFileStream::stream_read()
stream_seek
in file ExtendedFileStream.php, method ExtendedFileStream::stream_seek()
stream_stat
in file ExtendedFileStream.php, method ExtendedFileStream::stream_stat()
stream_tell
in file ExtendedFileStream.php, method ExtendedFileStream::stream_tell()
stream_write
in file ExtendedFileStream.php, method ExtendedFileStream::stream_write()
SourceFileScanner.php
procedural page SourceFileScanner.php
top

u

unlink
in file ExtendedFileStream.php, method ExtendedFileStream::unlink()
unregisterStream
in file ExtendedFileStream.php, method ExtendedFileStream::unregisterStream()
top

w

write
in file LogWriter.php, method LogWriter::write()
top

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