interface FilterInterface (View source)

Interface that filters that change/exclude package files must implement.

Methods

apply(PackerFile $file)

Process a file/directory.

Details

PackerFile[] apply(PackerFile $file)

Process a file/directory.

Parameters

PackerFile $file

the file to be processed

Return Value

PackerFile[]

the resulting list of files after processing