AppserverIo\Appserver\Core\Interfaces\ExtractorInterface::deployArchive PHP 메소드

deployArchive() 공개 메소드

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
리턴 void
    public function deployArchive(ContainerNodeInterface $containerNode, \SplFileInfo $archive);