PHP 클래스 AppserverIo\Appserver\Core\Api\Node\ExtractorNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ExtractorNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$createBackups string The flag to create backups before deleting the application folder.
$factory string The extractors factory class name.
$name string The extractors name.
$restoreBackups string The flag to restore backups after extracting the archive to the application folder.
$type string The extractors type.

공개 메소드들

메소드 설명
__construct ( string $name = '', string $type = '', string $factory = '', boolean $createBackups = false, boolean $restoreBackups = false ) Initializes the extractor node with the necessary data.
getFactory ( ) : string Returns the extractor's factory class name.
getName ( ) : string Returns the extractor's name.
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getType ( ) : string Returns the extractor's type.
isCreateBackups ( ) : boolean Returns the flag that backups should be created.
isRestoreBackups ( ) : boolean Returns the flag that backups should be restored.

메소드 상세

__construct() 공개 메소드

Initializes the extractor node with the necessary data.
public __construct ( string $name = '', string $type = '', string $factory = '', boolean $createBackups = false, boolean $restoreBackups = false )
$name string The extractor's name
$type string The extractor's type
$factory string The extractor's factory class name
$createBackups boolean The flag to create backups
$restoreBackups boolean The flag to restore backups

getFactory() 공개 메소드

Returns the extractor's factory class name.
public getFactory ( ) : string
리턴 string The extractor's factory class name

getName() 공개 메소드

Returns the extractor's name.
public getName ( ) : string
리턴 string The extractor's name

getPrimaryKey() 공개 메소드

Returns the nodes primary key, the name by default.
또한 보기: AppserverIo\Appserver\Core\Api\Node\AbstractNode::getPrimaryKey()
public getPrimaryKey ( ) : string
리턴 string The nodes primary key

getType() 공개 메소드

Returns the extractor's type.
public getType ( ) : string
리턴 string The extractor's type

isCreateBackups() 공개 메소드

Returns the flag that backups should be created.
public isCreateBackups ( ) : boolean
리턴 boolean The flag to create backups

isRestoreBackups() 공개 메소드

Returns the flag that backups should be restored.
public isRestoreBackups ( ) : boolean
리턴 boolean The flag to restore backups

프로퍼티 상세

$createBackups 보호되어 있는 프로퍼티

The flag to create backups before deleting the application folder.
protected string $createBackups
리턴 string

$factory 보호되어 있는 프로퍼티

The extractors factory class name.
protected string $factory
리턴 string

$name 보호되어 있는 프로퍼티

The extractors name.
protected string $name
리턴 string

$restoreBackups 보호되어 있는 프로퍼티

The flag to restore backups after extracting the archive to the application folder.
protected string $restoreBackups
리턴 string

$type 보호되어 있는 프로퍼티

The extractors type.
protected string $type
리턴 string