public class WarUtils extends Object
| Constructor and Description |
|---|
WarUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
dependencyEquals(Dependency first,
Dependency second) |
static Artifact |
getArtifact(MavenProject project,
Dependency dependency) |
static boolean |
isRelated(Artifact artifact,
Dependency dependency) |
public static Artifact getArtifact(MavenProject project, Dependency dependency)
project - MavenProjectdependency - DependencyArtifactpublic static boolean isRelated(Artifact artifact, Dependency dependency)
artifact - Artifactdependency - Dependencypublic static boolean dependencyEquals(Dependency first, Dependency second)
first - Dependencysecond - DependencyCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.