AppserverIo\Appserver\Core\Api\ContainerService::getIsInstalledFlag PHP Method

getIsInstalledFlag() public method

Return's the install flag information from the configuration directory.
public getIsInstalledFlag ( ) : SplFileInfo
return SplFileInfo The install flag information
    public function getIsInstalledFlag()
    {
        return new \SplFileInfo($this->getConfdDir(ContainerService::FLAG_IS_INSTALLED));
    }