types/DirSet.php

Show: inherited
Table of Contents

Subclass as hint for supporting tasks that the included directories instead of files should be used.

Package
phing.types  

\DirSet

Package: phing\types

Subclass as hint for supporting tasks that the included directories instead of files should be used.

TODO: - merge this with patternsets: FileSet extends PatternSet !!! requires additional mods to the parsing algo [HL] .... not sure if that really makes so much sense. I think that perhaps they should use common utility class if there really is that much shared functionality

Parent(s)
\AbstractFileSet < \DataType < \ProjectComponent
Author
Andreas Aderhold  
Author
Hans Lellelid  
Version
$Id$  

Properties

Propertypublic  $additionalPatterns= 'array()'
inheritedInherited from: \AbstractFileSet::$$additionalPatterns
Default valuearray()Details
Type
n/a
Inherited_from
\AbstractFileSet::$$additionalPatterns  
Propertyprotectedboolean  $checked= 'true'
inherited

Are we sure we don't hold circular references?

Inherited from: \DataType::$$checked\AbstractFileSet::$$checked

Subclasses are responsible for setting this value to false if we'd need to investigate this condition (usually because a child element has been added that is a subclass of DataType).

Default valuetrueDetails
Type
boolean
Inherited_from
\DataType::$$checked  
Inherited_from
\AbstractFileSet::$$checked  
Propertypublic\PatternSet  $defaultPatterns= ''
inherited

Inherited from: \AbstractFileSet::$$defaultPatterns
Details
Type
\PatternSet
Inherited_from
\AbstractFileSet::$$defaultPatterns  
Propertypublic  $description= 'null'
inherited

The descriptin the user has set.

Inherited from: \DataType::$$description\AbstractFileSet::$$description
Default valuenullDetails
Type
n/a
Inherited_from
\DataType::$$description  
Inherited_from
\AbstractFileSet::$$description  
Propertypublic  $dir= ''
inheritedInherited from: \AbstractFileSet::$$dir
Details
Type
n/a
Inherited_from
\AbstractFileSet::$$dir  
Propertyprotectedboolean  $expandSymbolicLinks= 'false'
inherited

Whether to expand/dereference symbolic links, default is false

Inherited from: \AbstractFileSet::$$expandSymbolicLinks
Default valuefalseDetails
Type
boolean
Inherited_from
\AbstractFileSet::$$expandSymbolicLinks  
Propertypublic  $isCaseSensitive= 'true'
inheritedInherited from: \AbstractFileSet::$$isCaseSensitive
Default valuetrueDetails
Type
n/a
Inherited_from
\AbstractFileSet::$$isCaseSensitive  
Propertyprotected\Project  $project= 'null'
inherited

Holds a reference to the project that a project component (a task, a target, etc.) belongs to

A reference to the current project instanceInherited from: \ProjectComponent::$$project\DataType::$$project\AbstractFileSet::$$project
Default valuenullDetails
Type
\Project
Inherited_from
\ProjectComponent::$$project  
Inherited_from
\DataType::$$project  
Inherited_from
\AbstractFileSet::$$project  
Propertypublic  $ref= 'null'
inherited

Value to the refid attribute. Type of Reference

Inherited from: \DataType::$$ref\AbstractFileSet::$$ref
Default valuenullDetails
Type
n/a
Inherited_from
\DataType::$$ref  
Inherited_from
\AbstractFileSet::$$ref  
Propertypublic  $selectors= 'array()'
inheritedInherited from: \AbstractFileSet::$$selectors
Default valuearray()Details
Type
n/a
Inherited_from
\AbstractFileSet::$$selectors  
Propertypublicboolean  $useDefaultExcludes= 'true'
inherited

Inherited from: \AbstractFileSet::$$useDefaultExcludes
Default valuetrueDetails
Type
boolean
Inherited_from
\AbstractFileSet::$$useDefaultExcludes  

Methods

methodpublic__clone( ) : void

Return a DirSet that has the same basedir and same patternsets as this one.

methodpublic__construct(  $dirset = null ) : void

Parameters
Name Type Description
$dirset
methodpublicappendSelector( \selector $selector ) : void
inherited

Add a new selector into this container.

Inherited from: \AbstractFileSet::appendSelector()
Parameters
Name Type Description
$selector \selector

the new selector to add

methodpubliccircularReference( ) : void
inherited

Creates an exception that indicates the user has generated a loop of data types referencing each other.

Inherited from: \DataType::circularReference()\AbstractFileSet::circularReference()
methodpubliccreateAnd( ) : void
inherited

add an "And" selector entry on the selector list

Inherited from: \AbstractFileSet::createAnd()
methodpubliccreateContains( ) : void
inherited

add a contains selector entry on the selector list

Inherited from: \AbstractFileSet::createContains()
methodpubliccreateContainsRegexp( ) : void
inherited

add a contains selector entry on the selector list

Inherited from: \AbstractFileSet::createContainsRegexp()
methodpubliccreateCustom( ) : void
inherited

add an extended selector entry on the selector list

Inherited from: \AbstractFileSet::createCustom()
methodpubliccreateDate( ) : void
inherited

add a selector date entry on the selector list

Inherited from: \AbstractFileSet::createDate()
methodpubliccreateDepend( ) : void
inherited

add a depends selector entry on the selector list

Inherited from: \AbstractFileSet::createDepend()
methodpubliccreateDepth( ) : void
inherited

add a depth selector entry on the selector list

Inherited from: \AbstractFileSet::createDepth()
methodpubliccreateExclude( ) : void
inherited

add a name entry on the exclude list

Inherited from: \AbstractFileSet::createExclude()
methodpubliccreateExcludesFile( ) : void
inherited

add a name entry on the include files list

Inherited from: \AbstractFileSet::createExcludesFile()
methodpubliccreateFilename( ) : void
inherited

add a selector filename entry on the selector list

Inherited from: \AbstractFileSet::createFilename()
methodpubliccreateInclude( ) : void
inherited

add a name entry on the include list

Inherited from: \AbstractFileSet::createInclude()
methodpubliccreateIncludesFile( ) : void
inherited

add a name entry on the include files list

Inherited from: \AbstractFileSet::createIncludesFile()
methodpubliccreateMajority( ) : void
inherited

add a majority selector entry on the selector list

Inherited from: \AbstractFileSet::createMajority()
methodpubliccreateNone( ) : void
inherited

add a "None" selector entry on the selector list

Inherited from: \AbstractFileSet::createNone()
methodpubliccreateNot( ) : void
inherited

add a "Not" selector entry on the selector list

Inherited from: \AbstractFileSet::createNot()
methodpubliccreateOr( ) : void
inherited

add an "Or" selector entry on the selector list

Inherited from: \AbstractFileSet::createOr()
methodpubliccreatePatternSet( ) : void
inherited

Inherited from: \AbstractFileSet::createPatternSet()
methodpubliccreatePresent( ) : void
inherited

add a present selector entry on the selector list

Inherited from: \AbstractFileSet::createPresent()
methodpubliccreateSelector( ) : void
inherited

add a "Select" selector entry on the selector list

Inherited from: \AbstractFileSet::createSelector()
methodpubliccreateSize( ) : void
inherited

add a selector size entry on the selector list

Inherited from: \AbstractFileSet::createSize()
methodpubliccreateType( ) : void
inherited

add a type selector entry on the selector list

Inherited from: \AbstractFileSet::createType()
methodpublicdieOnCircularReference(  $stk,  $p ) : void
inherited

Check to see whether any DataType we hold references to is included in the Stack (which holds all DataType instances that directly or indirectly reference this instance, including this instance itself).

Inherited from: \DataType::dieOnCircularReference()\AbstractFileSet::dieOnCircularReference()

If one is included, throw a BuildException created by circularReference

This implementation is appropriate only for a DataType that cannot hold other DataTypes as children.

The general contract of this method is that it shouldn't do anything if checked is true and set it to true on exit.

Parameters
Name Type Description
$stk
$p
methodpublicgetCheckedRef(  $requiredClass,  $dataTypeName ) : void
inherited

Performs the check for circular references and returns the referenced object.

Inherited from: \DataType::getCheckedRef()\AbstractFileSet::getCheckedRef()
Parameters
Name Type Description
$requiredClass
$dataTypeName
methodpublicgetDescription( ) : void
inherited

Return the description for the current data type.

Inherited from: \DataType::getDescription()\AbstractFileSet::getDescription()
methodpublicgetDir(  $p ) : void
inherited

Inherited from: \AbstractFileSet::getDir()
Parameters
Name Type Description
$p
methodpublicgetDirectoryScanner(  $p ) : void
inherited

returns a reference to the dirscanner object belonging to this fileset

Inherited from: \AbstractFileSet::getDirectoryScanner()
Parameters
Name Type Description
$p
methodpublicgetProject( ) : \Project
inherited

Returns a reference to current project

Inherited from: \ProjectComponent::getProject()\DataType::getProject()\AbstractFileSet::getProject()
Returns
Type Description
\Project Reference to current porject object
methodpublicgetRef(  $p ) : void
inherited

Performs the check for circular references and returns the referenced FileSet.

Inherited from: \AbstractFileSet::getRef()
Parameters
Name Type Description
$p
methodpublicgetSelectors(  $p ) : \an
inherited

Returns the set of selectors as an array.

Inherited from: \AbstractFileSet::getSelectors()
Parameters
Name Type Description
$p
Returns
Type Description
\an array of selectors in this container
methodpublichasPatterns( ) : boolean
inherited

Indicates whether there are any patterns here.

Inherited from: \AbstractFileSet::hasPatterns()
Returns
Type Description
boolean Whether any patterns are in this container.
methodpublichasSelectors( ) : boolean
inherited

Indicates whether there are any selectors here.

Inherited from: \AbstractFileSet::hasSelectors()
Returns
Type Description
boolean Whether any selectors are in this container
methodpublicisReference( ) : void
inherited

Has the refid attribute of this element been set?

Inherited from: \DataType::isReference()\AbstractFileSet::isReference()
methodpubliclog( string $msg, integer $level = Project::MSG_INFO ) : void
inherited

Logs a message with the given priority.

Inherited from: \ProjectComponent::log()\DataType::log()\AbstractFileSet::log()
Parameters
Name Type Description
$msg string

The message to be logged.

$level integer

The message's priority at this message should have

methodpublicnoChildrenAllowed( ) : void
inherited

Creates an exception that indicates that this XML element must not have child elements if the refid attribute is set.

Inherited from: \DataType::noChildrenAllowed()\AbstractFileSet::noChildrenAllowed()
methodpublicparsingComplete( ) : void
inherited

Template method being called when the data type has been parsed completely.

Inherited from: \DataType::parsingComplete()\AbstractFileSet::parsingComplete()
methodpublicselectorCount( ) : int
inherited

Gives the count of the number of selectors in this container

Inherited from: \AbstractFileSet::selectorCount()
Returns
Type Description
int The number of selectors in this container
methodpublicselectorElements( ) : array
inherited

Returns an array for accessing the set of selectors.

Inherited from: \AbstractFileSet::selectorElements()
Returns
Type Description
array The array of selectors
methodpublicsetCaseSensitive(  $isCaseSensitive ) : void
inherited

Sets case sensitivity of the file system

Inherited from: \AbstractFileSet::setCaseSensitive()
Parameters
Name Type Description
$isCaseSensitive
methodpublicsetDefaultexcludes( \$useDefaultExcludes $useDefaultExcludes ) : void
inherited

Sets whether default exclusions should be used or not.

Inherited from: \AbstractFileSet::setDefaultexcludes()
Parameters
Name Type Description
$useDefaultExcludes \$useDefaultExcludes

"true"|"on"|"yes" when default exclusions should be used, "false"|"off"|"no" when they shouldn't be used.

methodpublicsetDescription(  $desc ) : void
inherited

Sets a description of the current data type. It will be useful in commenting what we are doing.

Inherited from: \DataType::setDescription()\AbstractFileSet::setDescription()
Parameters
Name Type Description
$desc
methodpublicsetDir(  $dir ) : void
inherited

Inherited from: \AbstractFileSet::setDir()
Parameters
Name Type Description
$dir
methodpublicsetExcludes(  $excludes ) : void
inherited

Sets the set of exclude patterns. Patterns may be separated by a comma or a space.

Inherited from: \AbstractFileSet::setExcludes()
Parameters
Name Type Description
$excludes
methodpublicsetExcludesfile( \$excl $excl ) : void
inherited

Sets the name of the file containing the includes patterns.

Inherited from: \AbstractFileSet::setExcludesfile()
Parameters
Name Type Description
$excl \$excl

The file to fetch the exclude patterns from.

Throws
Exception Description
\BE
methodpublicsetExpandSymbolicLinks(  $expandSymbolicLinks ) : void
inherited

Sets whether to expand/dereference symbolic links, default is false

Inherited from: \AbstractFileSet::setExpandSymbolicLinks()
Parameters
Name Type Description
$expandSymbolicLinks
Details
boolean
methodpublicsetIncludes(  $includes ) : void
inherited

Sets the set of include patterns. Patterns may be separated by a comma or a space.

Inherited from: \AbstractFileSet::setIncludes()
Parameters
Name Type Description
$includes
methodpublicsetIncludesfile( \$incl $incl ) : void
inherited

Sets the name of the file containing the includes patterns.

Inherited from: \AbstractFileSet::setIncludesfile()
Parameters
Name Type Description
$incl \$incl

The file to fetch the include patterns from.

Throws
Exception Description
\BE
methodpublicsetProject( \Project $project ) : void
inherited

References the project to the current component.

Inherited from: \ProjectComponent::setProject()\DataType::setProject()\AbstractFileSet::setProject()
Parameters
Name Type Description
$project \Project

The reference to the current project

methodpublicsetRefid( \Reference $r ) : void
inherited

Makes this instance in effect a reference to another PatternSet instance.

Inherited from: \AbstractFileSet::setRefid()

You must not set another attribute or nest elements inside this element if you make it a reference.

Parameters
Name Type Description
$r \Reference
methodprotectedsetupDirectoryScanner(  $ds,  $p ) : void
inherited

feed dirscanner with infos defined by this fileset

Inherited from: \AbstractFileSet::setupDirectoryScanner()
Parameters
Name Type Description
$ds
$p
methodpublictooManyAttributes( ) : void
inherited

Creates an exception that indicates that refid has to be the only attribute if it is set.

Inherited from: \DataType::tooManyAttributes()\AbstractFileSet::tooManyAttributes()
Documentation was generated by DocBlox 0.18.1.