org.apache.maven.plugin.war.util
Class WarUtils

java.lang.Object
  extended by org.apache.maven.plugin.war.util.WarUtils

public class WarUtils
extends Object

Version:
$Id: WarUtils.html 868453 2013-07-05 11:25:41Z olamy $
Author:
Stephane Nicoll

Constructor Summary
WarUtils()
           
 
Method Summary
static boolean dependencyEquals(Dependency first, Dependency second)
           
static Artifact getArtifact(MavenProject project, Dependency dependency)
           
static boolean isRelated(Artifact artifact, Dependency dependency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarUtils

public WarUtils()
Method Detail

getArtifact

public static Artifact getArtifact(MavenProject project,
                                   Dependency dependency)

isRelated

public static boolean isRelated(Artifact artifact,
                                Dependency dependency)

dependencyEquals

public static boolean dependencyEquals(Dependency first,
                                       Dependency second)


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.