AppserverIo\Appserver\Core\GenericDeployment::deploy PHP 메소드

deploy() 공개 메소드

Initializes the available applications and adds them to the container.
또한 보기: AppserverIo\Psr\Deployment\DeploymentInterface::deploy()
public deploy ( ) : void
리턴 void
    public function deploy()
    {
        $this->deployDatasources();
        $this->deployApplications();
    }