ZMPhpPackagePacker
└─ZMSavant3Packer
public class ZMSavant3Packer
extends ZMPhpPackagePacker
| Fields inherited from org.zenmagick.core.utils.packer\ZMPhpPackagePacker | |
|---|---|
| outputFilename_, rootFolder_, tempFolder_, treeMap_ | |
| Method Summary | |
|---|---|
| boolean | dropInclude(string line) {@inheritDoc} |
| protected array | {@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 | |
public boolean dropInclude(string line)
Decide whether a drop an include/require line or not.
true, if the include/require should be dropped.protected array getFileList()
Get a list of all files to process.
public void process(mixed sourceDir, mixed targetDir, mixed version, mixed strip)
Packer for the Savant3 library.