org.apache.tomee.arquillian.webapp
Class TomEEWebappConfiguration
java.lang.Object
org.apache.openejb.arquillian.common.TomEEConfiguration
org.apache.tomee.arquillian.webapp.TomEEWebappConfiguration
- All Implemented Interfaces:
- org.jboss.arquillian.container.spi.client.container.ContainerConfiguration
public class TomEEWebappConfiguration
- extends TomEEConfiguration
- Version:
- $Rev$ $Date$
| Fields inherited from class org.apache.openejb.arquillian.common.TomEEConfiguration |
appWorkingDir, dir, exportConfAsSystemProperty, host, httpPort, portRange, properties, quickSession, serverXml, stopCommand, stopHost, stopPort |
| Methods inherited from class org.apache.openejb.arquillian.common.TomEEConfiguration |
getAppWorkingDir, getDir, getExportConfAsSystemProperty, getHost, getHttpPort, getPortRange, getProperties, getServerXml, getStopCommand, getStopHost, getStopPort, isQuickSession, setAppWorkingDir, setDir, setExportConfAsSystemProperty, setHost, setHttpPort, setPortRange, setProperties, setQuickSession, setServerXml, setStopCommand, setStopHost, setStopPort, systemProperties, toInts, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomEEWebappConfiguration
public TomEEWebappConfiguration()
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getType
public String getType()
setType
public void setType(String type)
getArtifactName
public String getArtifactName()
getTomcatVersion
public String getTomcatVersion()
setTomcatVersion
public void setTomcatVersion(String tomcatVersion)
isRemoveUnusedWebapps
public boolean isRemoveUnusedWebapps()
setRemoveUnusedWebapps
public void setRemoveUnusedWebapps(boolean removeUnusedWebapps)
getAjpPort
public int getAjpPort()
setAjpPort
public void setAjpPort(int ajpPort)
portsAlreadySet
public int[] portsAlreadySet()
- Overrides:
portsAlreadySet in class TomEEConfiguration
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.