AppserverIo\Appserver\Core\Interfaces\ExtractorInterface::undeployArchive PHP Méthode

undeployArchive() public méthode

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
Résultat void
    public function undeployArchive(ContainerNodeInterface $containerNode, \SplFileInfo $archive);