org.apache.tomcat.maven.plugin.tomcat7.run
Class WarRunDependency

java.lang.Object
  extended by org.apache.tomcat.maven.plugin.tomcat7.run.WarRunDependency

public class WarRunDependency
extends Object

Since:
2.0
Author:
Olivier Lamy

Field Summary
 String contextPath
           
 File contextXml
           
 org.apache.maven.model.Dependency dependency
           
 
Constructor Summary
WarRunDependency()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dependency

public org.apache.maven.model.Dependency dependency

contextPath

public String contextPath

contextXml

public File contextXml
Constructor Detail

WarRunDependency

public WarRunDependency()


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