AppserverIo\Appserver\Core\Api\Node\HostNode::getDirectories PHP Method

getDirectories() public method

Return's the host's directories, e. g. to be created.
public getDirectories ( ) : array
return array The array with the host's directories
    public function getDirectories()
    {
        return array(DirectoryKeys::TMP => $this->getTmpBase(), DirectoryKeys::DEPLOY => $this->getDeployBase(), DirectoryKeys::WEBAPPS => $this->getAppBase());
    }