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

soakArchive() public method

Soaks the passed archive from a location in the filesystem into the deploy directory and prepares it for the next restart by setting the appropriate flag.
public soakArchive ( 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 to be soaked
return void
    public function soakArchive(ContainerNodeInterface $containerNode, \SplFileInfo $archive);