PEAR Handleiding
Terug
Hoofdstuk 52. PEAR
Volgende
PEAR_PackageFileManager
Inhoudsopgave
Class Samenvatting
PEAR_PackageFileManager()
-- PEAR :: PackageGenerate update de <filelist></filelist> sectie ven een PEAR package.xml bestand om hetzelfde te zijn als de bestanden momneteel zijn als een voorberijding op een release.
constructor
PEAR_PackageFileManager::PEAR_PackageFileManager()
-- Does nothing, use setOptions
PEAR_PackageFileManager::addConfigureOption()
-- Add an install-time configuration option for building of source
PEAR_PackageFileManager::addDependency()
-- Add a dependency on another package, or an extension/php
PEAR_PackageFileManager::addMaintainer()
-- Add a maintainer to the list of maintainers.
PEAR_PackageFileManager::addPlatformException()
-- Add an install-time platform conditional install for a file
PEAR_PackageFileManager::addReplacement()
-- Add a replacement option for a file
PEAR_PackageFileManager::addRole()
-- Add an extension/role mapping to the role mapping option
PEAR_PackageFileManager::debugPackageFile()
-- ALWAYS use this to test output before overwriting your package.xml!!
PEAR_PackageFileManager::raiseError()
-- Utility function to shorten error generation code
PEAR_PackageFileManager::setOptions()
-- Set package.xml generation options
PEAR_PackageFileManager::writePackageFile()
-- Writes the package.xml file out with the newly created <release></release> tag
Class Samenvatting
PEAR_PackageFileManager_CVS
-- Genereer een bestandslijst van een CVS checkout
PEAR_PackageFileManager_CVS::dirList()
-- Return a list of all files in the CVS repository
Class Samenvatting
PEAR_PackageFileManager_File()
-- Haalt de bestanden van een directory op
constructor
PEAR_PackageFileManager_File::PEAR_PackageFileManager_File()
-- Set up the File filelist generator
PEAR_PackageFileManager_File::dirList()
-- Retrieve a listing of every file in $directory and all subdirectories.
PEAR_PackageFileManager_File::getFileList()
-- Generate the <filelist></filelist> section of the package file.
Package PEAR_PackageFileManager Constants
-- Constants defined in and used by PEAR_PackageFileManager
Package PEAR_PackageFileManager Global Variables
-- Global Variables defined in and used by PEAR_PackageFileManager
Terug
Begin
Volgende
PEAR
Omhoog
Class Samenvatting
PEAR_PackageFileManager()