PHP 클래스 AppserverIo\Appserver\Core\Api\ScannerService

상속: extends AppserverIo\Appserver\Core\Api\AbstractFileOperationService
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
findAll ( ) : array Initializes the available CRON configurations and returns them.
load ( integer $uuid ) : AppserverIo\Configuration\Interfaces\NodeInterface Returns the node with the passed UUID.

보호된 메소드들

메소드 설명
resolvePath ( string $webappPath, string $path = null ) : string Resolves the passed path. If the passed path is NULL, the webapp path is used, if the passed path is relative, the webapp path is prepended.

메소드 상세

findAll() 공개 메소드

Initializes the available CRON configurations and returns them.
public findAll ( ) : array
리턴 array The array with the available CRON configurations

load() 공개 메소드

Returns the node with the passed UUID.
public load ( integer $uuid ) : AppserverIo\Configuration\Interfaces\NodeInterface
$uuid integer UUID of the node to return
리턴 AppserverIo\Configuration\Interfaces\NodeInterface The node with the UUID passed as parameter

resolvePath() 보호된 메소드

Resolves the passed path. If the passed path is NULL, the webapp path is used, if the passed path is relative, the webapp path is prepended.
protected resolvePath ( string $webappPath, string $path = null ) : string
$webappPath string The absolute path to the webapp
$path string The path to be resolved
리턴 string The resolved path