Method | Description | |
---|---|---|
backupArchive ( AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface $containerNode, SplFileInfo $archive ) : void | Creates a backup of files that are NOT part of the passed archive. | |
createUrl ( string $fileName ) : string | Returns the URL for the passed pathname. | |
deployArchive ( AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface $containerNode, SplFileInfo $archive ) : void | (non-PHPdoc) | |
getExtensionSuffix ( ) : string | (non-PHPdoc) |
public backupArchive ( 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 | Backup files that are NOT part of this archive |
return | void |
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 getExtensionSuffix ( ) : string | ||
return | string | the archive extension suffix |