PHP Класс AppserverIo\Appserver\Core\GenericDeployment

Автор: Tim Wagner ([email protected])
Автор: Bernhard Wick ([email protected])
Автор: Hans Höchtl ([email protected])
Наследование: extends AppserverIo\Appserver\Core\AbstractDeployment
Показать файл Открыть проект

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

Метод Описание
deploy ( ) : void Initializes the available applications and adds them to the container.

Защищенные методы

Метод Описание
deployApplications ( ) : void Deploys the available applications.
deployDatasources ( ) : void Deploys the available root directory datasources.
getAppBase ( ) : string Returns the container's directory with applications to be deployed.
getDatasourceFiles ( ) : array Returns all datasource files we potentially use
loadContextInstances ( ) : ContextNode[] Loads and return's the context instances for the container.
prepareDatasourceFiles ( array $datasourceFiles ) : array Prepares the datasource files by adding the found context name and the webapp path, if available.

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

deploy() публичный Метод

Initializes the available applications and adds them to the container.
См. также: AppserverIo\Psr\Deployment\DeploymentInterface::deploy()
public deploy ( ) : void
Результат void

deployApplications() защищенный Метод

Deploys the available applications.
protected deployApplications ( ) : void
Результат void

deployDatasources() защищенный Метод

Deploys the available root directory datasources.
protected deployDatasources ( ) : void
Результат void

getAppBase() защищенный Метод

Returns the container's directory with applications to be deployed.
protected getAppBase ( ) : string
Результат string The container's application base directory

getDatasourceFiles() защищенный Метод

Returns all datasource files we potentially use
protected getDatasourceFiles ( ) : array
Результат array

loadContextInstances() защищенный Метод

Loads and return's the context instances for the container.
protected loadContextInstances ( ) : ContextNode[]
Результат AppserverIo\Appserver\Core\Api\Node\ContextNode[] The array with the container's context instances

prepareDatasourceFiles() защищенный Метод

Prepares the datasource files by adding the found context name and the webapp path, if available.
protected prepareDatasourceFiles ( array $datasourceFiles ) : array
$datasourceFiles array The array with the datasource files to prepare
Результат array The prepared array