TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
GnuFindAdapter Class Reference
Inheritance diagram for GnuFindAdapter:
AbstractFindAdapter AbstractAdapter AdapterInterface

Public Member Functions

 getName ()
 
- Public Member Functions inherited from AbstractFindAdapter
 __construct ()
 
 searchInDirectory ($dir)
 
- Public Member Functions inherited from AbstractAdapter
 isSupported ()
 
 setFollowLinks ($followLinks)
 
 setMode ($mode)
 
 setDepths (array $depths)
 
 setExclude (array $exclude)
 
 setNames (array $names)
 
 setNotNames (array $notNames)
 
 setContains (array $contains)
 
 setNotContains (array $notContains)
 
 setSizes (array $sizes)
 
 setDates (array $dates)
 
 setFilters (array $filters)
 
 setSort ($sort)
 
 setPath (array $paths)
 
 setNotPath (array $notPaths)
 
 ignoreUnreadableDirs ($ignore=true)
 

Protected Member Functions

 buildFormatSorting (Command $command, $sort)
 
 canBeUsed ()
 
 buildFindCommand (Command $command, $dir)
 
 buildContentFiltering (Command $command, array $contains, $not=false)
 
- Protected Member Functions inherited from AbstractFindAdapter
 canBeUsed ()
 
 buildFindCommand (Command $command, $dir)
 
 buildFormatSorting (Command $command, $sort)
 
 buildContentFiltering (Command $command, array $contains, $not=false)
 
- Protected Member Functions inherited from AbstractAdapter
 canBeUsed ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractFindAdapter
 $shell
 

Detailed Description

Shell engine implementation using GNU find command.

Author
Jean-François Simon conta.nosp@m.ct@j.nosp@m.fsimo.nosp@m.n.fr

Definition at line 24 of file GnuFindAdapter.php.

Member Function Documentation

buildContentFiltering ( Command  $command,
array  $contains,
  $not = false 
)
protected

{}

Definition at line 89 of file GnuFindAdapter.php.

References Command\add(), and Expression\create().

buildFindCommand ( Command  $command,
  $dir 
)
protected

{}

Definition at line 81 of file GnuFindAdapter.php.

buildFormatSorting ( Command  $command,
  $sort 
)
protected
canBeUsed ( )
protected

{}

Definition at line 73 of file GnuFindAdapter.php.

References Shell\TYPE_UNIX.

getName ( )

{Returns adapter name.

Returns
string
}

Implements AdapterInterface.

Definition at line 29 of file GnuFindAdapter.php.