@Contract
public interface Container
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
getDeployer()
Returns the Deployer implementation capable of deploying applications to this
container.
|
String |
getName()
Returns a human redeable name for this container, this name is not used for
identifying the container but can be used to display messages belonging to
the container.
|
Class<? extends Deployer> getDeployer()
String getName()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.