| Package | org.libspark.aocontainer |
| Interface | public interface Deployment |
| Implementors | PrototypeDeployment, SemiPrototypeDeployment, SingletonDeployment |
| Method | Defined by | ||
|---|---|---|---|
|
指定されたオブジェクト定義のオブジェクトを配備するための
Deployerを返します。
| Deployment | ||
| getDeployer | () | method |
public function getDeployer(definition:Definition):Deployer
指定されたオブジェクト定義のオブジェクトを配備するためのDeployerを返します。
definition:Definition — オブジェクト定義
|
Deployer —
definitionで指定されたオブジェクト定義のオブジェクトを配備するためのDeployer
|