[ Menü ]
Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals
[ Inhalt ]
Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum
[ Statistik ]
Hits gesamt: 5202379
Hits Heute: 482
max. Hits (10.07.07): 6964
User Online: 38
Scripts: 2828
[ Partner ]
CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes
[ Facebook ]
[ Eigene Domain? ]
.de
.com
.net
.org
.info
.biz
[ Buchtipp ]
JavaSript GE-PACKT
Manuals > PEAR > PEAR_PackageFileManager
PEAR Manual
Prev
Chapter 34. PEAR
Next
PEAR_PackageFileManager
Table of Contents
Class Summary
PEAR_PackageFileManager()
-- PEAR :: PackageGenerate updates the <filelist></filelist> section of a PEAR package.xml file to reflect the current files in preparation for a 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 Summary
PEAR_PackageFileManager_CVS
-- Generate a file list from a CVS checkout
PEAR_PackageFileManager_CVS::dirList()
-- Return a list of all files in the CVS repository
Class Summary
PEAR_PackageFileManager_File()
-- Retrieve the files from a directory listing
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
Prev
Home
Next
PEAR
Up
Class Summary
PEAR_PackageFileManager()
Copyright 1998 - 2009 by I.S.U.M.