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

undeployArchive() public method

Un-deploys the passed archive after backing up files that are NOT part of the archive.
public undeployArchive ( 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 un-deployed
return void
    public function undeployArchive(ContainerNodeInterface $containerNode, \SplFileInfo $archive);