public class EAR extends AbstractDeployable
Modifier and Type | Method and Description |
---|---|
String |
getName() |
DeployableType |
getType() |
Iterator |
getWebContexts() |
String |
getWebUri(String context) |
void |
setName(String name) |
getFile, getFileHandler, isExpanded, setFileHandler
public EAR(String ear)
public void setName(String name)
name
- the name of this deployable. It can be anything (there's no special rule). If
not specified by user, it is computed from the EAR's file name (removing the filename
extension).public String getName()
public Iterator getWebContexts()
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.