Uses of Class
org.apache.maven.plugins.war.util.DependencyInfo
-
Packages that use DependencyInfo Package Description org.apache.maven.plugins.war.util -
-
Uses of DependencyInfo in org.apache.maven.plugins.war.util
Fields in org.apache.maven.plugins.war.util with type parameters of type DependencyInfo Modifier and Type Field Description private java.util.List<DependencyInfo>WebappStructure. dependenciesInfoMethods in org.apache.maven.plugins.war.util that return types with arguments of type DependencyInfo Modifier and Type Method Description private java.util.List<DependencyInfo>WebappStructure. createDependenciesInfoList(java.util.List<org.apache.maven.model.Dependency> dependencies)java.util.List<DependencyInfo>WebappStructure. getDependenciesInfo()Returns the list ofDependencyInfofor the project.
-