Method | Description | |
---|---|---|
attachApp ( |
Attaches the passed app node. | |
attachDatasource ( |
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 ( ) : |
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. |
public attachDatasource ( |
||
$datasource | The datasource node to attach | |
return | void |
public getBaseDirectory ( ) : string | ||
return | string | The base directory information |
public getContainers ( ) : array | ||
return | array | The available containers |
public getDatasources ( ) : array | ||
return | array | The array with the information about the deployed datasources |
public getExtractors ( ) : array | ||
return | array | The registered extractors |
public getInitialContext ( ) : |
||
return | The initial context information |
public getLoggers ( ) : array | ||
return | array | The available loggers |
public getParamsAsArray ( ) : array | ||
return | array | The array with the casted params |
public getProvisioners ( ) : array | ||
return | array | The registered provisioners |
public getScanners ( ) : array | ||
return | array | The available scanners |