org.apache.tomcat.maven.plugin.tomcat7.run
Class Webapp
java.lang.Object
org.apache.tomcat.maven.common.config.AbstractWebapp
org.apache.tomcat.maven.plugin.tomcat7.run.Webapp
public class Webapp
- extends AbstractWebapp
Webapp represents information specified in the plugin configuration section
for each webapp.
- Since:
- 2.0
Methods inherited from class org.apache.tomcat.maven.common.config.AbstractWebapp |
getArtifact, getArtifactId, getClassifier, getContextFile, getContextPath, getGroupId, getType, getVersion, isAsWebapp, setArtifact, setArtifactId, setAsWebapp, setClassifier, setContextFile, setContextPath, setGroupId, setType, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Webapp
public Webapp()
Webapp
public Webapp(org.apache.maven.artifact.Artifact artifact)
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.