public class EAR extends AbstractDeployable
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this deployable.
|
DeployableType |
getType() |
List<String> |
getWebContexts() |
String |
getWebUri(String context) |
List<String> |
getWebUris() |
void |
setName(String name)
Sets the name of this deployable.
|
getFile, getFileHandler, isExpanded, setFileHandler, toStringgetLogger, setLoggerpublic EAR(String ear)
public void setName(String name)
name - the name of this deployablepublic String getName()
public List<String> getWebContexts()
public List<String> getWebUris()
public String getWebUri(String context)
context - the context for which we want to find out the web URIpublic DeployableType getType()
Deployable.getType()Copyright © 2004-2013 Codehaus. All Rights Reserved.