org.apache.tomcat.maven.plugin.tomcat6
Class Webapp

java.lang.Object
  extended by org.apache.tomcat.maven.common.config.AbstractWebapp
      extended by org.apache.tomcat.maven.plugin.tomcat6.Webapp

public class Webapp
extends AbstractWebapp

Webapp represents information specified in the plugin configuration section for each webapp.

Since:
2.0

Constructor Summary
Webapp()
           
Webapp(org.apache.maven.artifact.Artifact artifact)
           
 
Method Summary
 
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
 

Constructor Detail

Webapp

public Webapp()

Webapp

public Webapp(org.apache.maven.artifact.Artifact artifact)


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.