PHP 인터페이스 AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface

파일 보기 프로젝트 열기: appserver-io/appserver 0 사용 예제들

공개 메소드들

메소드 설명
attachApp ( AppNode $app ) : void Attaches the passed app node.
attachDatasource ( DatasourceNode $datasource ) : void Attaches the passed datasource node.
getApps ( ) : array Returns an array with the information about the deployed applications.
getBaseDirectory ( ) : string Returns the node with the base directory information.
getContainers ( ) : array Returns the array with all available containers.
getDatasources ( ) : array Returns an array with the information about the deployed datasources.
getExtractors ( ) : array Returns the array with registered extractors.
getGroup ( ) : string Returns the groupname configured in the system configuration.
getInitialContext ( ) : InitialContextNode Returns the node containing information about the initial context.
getLoggers ( ) : array Returns the array with all available loggers.
getParam ( string $name ) : mixed Returns the param with the passed name casted to the specified type.
getParams ( ) : array Array with the handler params to use.
getParamsAsArray ( ) : array Returns the params casted to the defined type as associative array.
getProvisioners ( ) : array Returns the array with registered provisioners.
getScanners ( ) : array Returns the array with all available scanners.
getUmask ( ) : string Returns the umask configured in the system configuration.
getUser ( ) : string Returns the username configured in the system configuration.

메소드 상세

attachApp() 공개 메소드

Attaches the passed app node.
public attachApp ( AppNode $app ) : void
$app AppserverIo\Appserver\Core\Api\Node\AppNode The app node to attach
리턴 void

attachDatasource() 공개 메소드

Attaches the passed datasource node.
public attachDatasource ( DatasourceNode $datasource ) : void
$datasource AppserverIo\Appserver\Core\Api\Node\DatasourceNode The datasource node to attach
리턴 void

getApps() 공개 메소드

Returns an array with the information about the deployed applications.
public getApps ( ) : array
리턴 array The array with the information about the deployed applications

getBaseDirectory() 공개 메소드

Returns the node with the base directory information.
public getBaseDirectory ( ) : string
리턴 string The base directory information

getContainers() 공개 메소드

Returns the array with all available containers.
public getContainers ( ) : array
리턴 array The available containers

getDatasources() 공개 메소드

Returns an array with the information about the deployed datasources.
public getDatasources ( ) : array
리턴 array The array with the information about the deployed datasources

getExtractors() 공개 메소드

Returns the array with registered extractors.
public getExtractors ( ) : array
리턴 array The registered extractors

getGroup() 공개 메소드

Returns the groupname configured in the system configuration.
public getGroup ( ) : string
리턴 string The groupname

getInitialContext() 공개 메소드

Returns the node containing information about the initial context.
public getInitialContext ( ) : InitialContextNode
리턴 AppserverIo\Appserver\Core\Api\Node\InitialContextNode The initial context information

getLoggers() 공개 메소드

Returns the array with all available loggers.
public getLoggers ( ) : array
리턴 array The available loggers

getParam() 공개 메소드

Returns the param with the passed name casted to the specified type.
public getParam ( string $name ) : mixed
$name string The name of the param to be returned
리턴 mixed The requested param casted to the specified type

getParams() 공개 메소드

Array with the handler params to use.
public getParams ( ) : array
리턴 array

getParamsAsArray() 공개 메소드

Returns the params casted to the defined type as associative array.
public getParamsAsArray ( ) : array
리턴 array The array with the casted params

getProvisioners() 공개 메소드

Returns the array with registered provisioners.
public getProvisioners ( ) : array
리턴 array The registered provisioners

getScanners() 공개 메소드

Returns the array with all available scanners.
public getScanners ( ) : array
리턴 array The available scanners

getUmask() 공개 메소드

Returns the umask configured in the system configuration.
public getUmask ( ) : string
리턴 string The umask

getUser() 공개 메소드

Returns the username configured in the system configuration.
public getUser ( ) : string
리턴 string The username