PHP 클래스 AppserverIo\Appserver\Core\GenericDeployment

저자: Tim Wagner ([email protected])
저자: Bernhard Wick ([email protected])
저자: Hans Höchtl ([email protected])
상속: extends AppserverIo\Appserver\Core\AbstractDeployment
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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