Uses of Class
org.apache.tomcat.maven.common.config.AbstractWebapp

Packages that use AbstractWebapp
org.apache.tomcat.maven.plugin.tomcat6   
org.apache.tomcat.maven.plugin.tomcat7.run   
 

Uses of AbstractWebapp in org.apache.tomcat.maven.plugin.tomcat6
 

Subclasses of AbstractWebapp in org.apache.tomcat.maven.plugin.tomcat6
 class Webapp
          Webapp represents information specified in the plugin configuration section for each webapp.
 

Methods in org.apache.tomcat.maven.plugin.tomcat6 with parameters of type AbstractWebapp
protected  org.apache.maven.artifact.Artifact AbstractRunMojo.getArtifact(AbstractWebapp additionalWebapp)
          Resolves the Artifact from the remote repository if necessary.
 

Uses of AbstractWebapp in org.apache.tomcat.maven.plugin.tomcat7.run
 

Methods in org.apache.tomcat.maven.plugin.tomcat7.run with parameters of type AbstractWebapp
protected  org.apache.maven.artifact.Artifact AbstractRunMojo.getArtifact(AbstractWebapp additionalWebapp)
          Resolves the Artifact from the remote repository if necessary.
 



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