AppserverIo\Appserver\Core\Interfaces\ExtractorInterface::deployArchive PHP Method

deployArchive() public method

Extracts the passed archive to a folder with the basename of the archive file.
public deployArchive ( AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface $containerNode, SplFileInfo $archive ) : void
$containerNode AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface The container the archive belongs to
$archive SplFileInfo The archive file to be deployed
return void
    public function deployArchive(ContainerNodeInterface $containerNode, \SplFileInfo $archive);