[ Index ]
 

Code source de PHP PEAR 1.4.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/PEAR/PackageFileManager/ -> Perforce.php (sommaire)

(pas de description)

Poids: 102 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 1 fichier
 PEAR/PackageFileManager/File.php

Définit 1 class

PEAR_PackageFileManager_Perforce:: (3 méthodes):
  dirList()
  _includeFilter()
  _ignoreFilter()


Classe: PEAR_PackageFileManager_Perforce  - X-Ref

Generate a file list from a Perforce checkout.  This requires the 'p4'
command line client, a properly-configured Perforce environment, and a
connection to the Perforce server.  Specifically, the 'p4 have' command
is used to determine which local files are under Perforce's control.

dirList($directory)   X-Ref
Build a list of files based on the output of the 'p4 have' command.

param: string  $directory  The directory in which to list the files.
return: mixed   An array of full filenames or a PEAR_Error value if

_includeFilter($file)   X-Ref
Determine whether a given file should be excluded from the file list.

param: string  $file       The full pathname of file to check.
return: bool    True if the specified file should be included.

_ignoreFilter($file)   X-Ref
Determine whether a given file should be included (i.e., not ignored)
from the file list.

param: string  $file       The full pathname of file to check.
return: bool    True if the specified file should be included.



Généré le : Sun Feb 25 14:08:00 2007 par Balluche grâce à PHPXref 0.7