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.
|
equals, getFile, getFileHandler, hashCode, isExpanded, setFileHandler, toString
getLogger, setLogger
public EAR(String ear)
public void setName(String name)
name
- the name of this deployablepublic String getName()
getName
in interface Deployable
getName
in class AbstractDeployable
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()
Copyright © 2004–2019 Github. All rights reserved.