Uses of Class
org.codehaus.cargo.maven3.configuration.AbstractDependency
-
Packages that use AbstractDependency Package Description org.codehaus.cargo.maven3.configuration -
-
Uses of AbstractDependency in org.codehaus.cargo.maven3.configuration
Subclasses of AbstractDependency in org.codehaus.cargo.maven3.configuration Modifier and Type Class Description classDependencyAllow users to add classpath entries to the classpath used to start the container.classDeployableHolds configuration data for the<deployable>tag used to configure the plugin in thepom.xmlfile.
TODO: Find a way to remove code duplication with Ant's DeployableElement
-