Method | Description | |
---|---|---|
__construct ( Components_Output $output ) | Constructor. | |
getChannel ( ) : string | Return the channel for the package. | |
getComponentDirectory ( ) : string | Return the base directory of the component. | |
getDependencies ( ) : array | Return the dependencies for the package. | |
getDescription ( ) : string | Return the description for this package. | |
getEnvironment ( ) : Components_Pear_Environment | Return the PEAR environment for this package. | |
getInstallationFilelist ( ) : array | Return the list of files that should be installed for this package. | |
getLeads ( ) : string | Return the leads for this package. | |
getLicense ( ) : string | Return the license for this package. | |
getLicenseLocation ( ) : string | Return the license location for this package. | |
getMaintainers ( ) : string | Return the maintainers for this package. | |
getName ( ) : string | Return the name for this package. | |
getPackageXml ( ) : string | Return the path to the package.xml. | |
getSummary ( ) : string | Return the summary for this package. | |
getVersion ( ) : string | Return the version for this package. | |
setEnvironment ( Components_Pear_Environment $environment ) : null | Define the surrounding PEAR environment for the package. | |
setFactory ( Components_Pear_Factory $factory ) : null | Define the factory that creates our PEAR dependencies. | |
setPackageTgz ( string $package_tgz_path ) : null | Define the package to work on. | |
setPackageXml ( string $package_xml_path ) : null | Define the package to work on. |
Method | Description | |
---|---|---|
_checkSetup ( ) : null | Validate that the required parameters for providing the package definition are set. | |
_getPackageFile ( ) : PEAR_PackageFile | Return the PEAR Package representation. | |
_getPackageXml ( ) : Horde_Pear_Package_Xml | Return the package.xml handler. |
public __construct ( Components_Output $output ) | ||
$output | Components_Output | The output handler. |
public getChannel ( ) : string | ||
return | string | The package channel. |
public getComponentDirectory ( ) : string | ||
return | string |
public getDependencies ( ) : array | ||
return | array | The list of dependencies. |
public getDescription ( ) : string | ||
return | string | The package description. |
public getEnvironment ( ) : Components_Pear_Environment | ||
return | Components_Pear_Environment |
public getInstallationFilelist ( ) : array | ||
return | array | The file list. |
public getLicense ( ) : string | ||
return | string | The package license. |
public getLicenseLocation ( ) : string | ||
return | string | The package license location. |
public getMaintainers ( ) : string | ||
return | string | The package maintainers. |
public getPackageXml ( ) : string | ||
return | string |
public getSummary ( ) : string | ||
return | string | The package summary. |
public getVersion ( ) : string | ||
return | string | The package version. |
public setEnvironment ( Components_Pear_Environment $environment ) : null | ||
$environment | Components_Pear_Environment | |
return | null |
public setFactory ( Components_Pear_Factory $factory ) : null | ||
$factory | Components_Pear_Factory | |
return | null |
public setPackageTgz ( string $package_tgz_path ) : null | ||
$package_tgz_path | string | Path to the *.tgz file. |
return | null |
public setPackageXml ( string $package_xml_path ) : null | ||
$package_xml_path | string | Path to the package.xml file. |
return | null |