public interface Container
extends org.codehaus.cargo.util.log.Loggable
LocalContainer
or
RemoteContainer
.Modifier and Type | Method and Description |
---|---|
ContainerCapability |
getCapability() |
String |
getId() |
String |
getName() |
State |
getState() |
ContainerType |
getType() |
String getId()
String getName()
ContainerCapability getCapability()
ContainerCapability
of the container in term of ability to deploy such
and such type of Deployable
s
(eg WAR, EAR, etc).State getState()
ContainerType getType()
Copyright © 2004-2013 Codehaus. All Rights Reserved.