AppserverIo\Appserver\Core\Api\ServiceInterface::getDeployDir PHP Method

getDeployDir() public method

Returns the servers deploy directory.
public getDeployDir ( AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface $containerNode, string $relativePathToAppend = '' ) : string
$containerNode AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface The container to return the deployment directory for
$relativePathToAppend string A relative path to append
return string
    public function getDeployDir(ContainerNodeInterface $containerNode, $relativePathToAppend = '');