ZenMagick 0.9.10


org.zenmagick.core.build\ZMSavant3Packer
build\ZMSavant3Packer.php at line 29

Class ZMSavant3Packer

ZMPhpPackagePacker
└─ZMSavant3Packer
All Implemented Interfaces:
ZMLibraryPacker

public class ZMSavant3Packer
extends ZMPhpPackagePacker

Packer for the Savant3 library.

Author:
DerManoMann

Fields inherited from org.zenmagick.core.utils.packer\ZMPhpPackagePacker
outputFilename_, rootFolder_, tempFolder_, treeMap_
Method Summary
boolean

dropInclude(string line)

{@inheritDoc}

protected array

getFileList()

{@inheritDoc}

void

process(mixed sourceDir, mixed targetDir, mixed version, mixed strip)

{@inheritDoc}

Methods inherited from org.zenmagick.core.utils.packer\ZMPhpPackagePacker
__construct, clean, compressFiles, dropInclude, getFileList, getPreResolved, ignoreFile, packFiles, patchFile, prepareFiles, setDebug, setResolveInheritance, setTemp

Method Detail

build\ZMSavant3Packer.php at line 45

dropInclude

public boolean dropInclude(string line)

Decide whether a drop an include/require line or not.

Parameters:
line - The line in question.
Returns:
true, if the include/require should be dropped.

build\ZMSavant3Packer.php at line 52

getFileList

protected array getFileList()

Get a list of all files to process.

Returns:
A list of file names.

build\ZMSavant3Packer.php at line 34

process

public void process(mixed sourceDir, mixed targetDir, mixed version, mixed strip)


ZenMagick 0.9.10