PHP Класс AppserverIo\Appserver\Core\Extractors\PharExtractor

Автор: Johann Zelger ([email protected])
Наследование: extends AppserverIo\Appserver\Core\AbstractExtractor
Показать файл Открыть проект

Открытые методы

Метод Описание
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)

Описание методов

backupArchive() публичный метод

Creates a backup of files that are NOT part of the passed archive.
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
Результат void

createUrl() публичный метод

Returns the URL for the passed pathname.
public createUrl ( string $fileName ) : string
$fileName string The pathname to return the URL for
Результат string The URL itself

deployArchive() публичный метод

(non-PHPdoc)
См. также: AppserverIo\Appserver\Core\AbstractExtractor::deployArchive()
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

getExtensionSuffix() публичный метод

(non-PHPdoc)
public getExtensionSuffix ( ) : string
Результат string the archive extension suffix