org.codehaus.mojo.gwt.utils
Class GwtDevHelper

java.lang.Object
  extended by org.codehaus.mojo.gwt.utils.GwtDevHelper

public class GwtDevHelper
extends Object

Helper class to resolve gwt-dev jar artifact

Since:
2.1.0-1
Author:
Olivier Lamy

Constructor Summary
GwtDevHelper(Map<String,Artifact> pluginArtifacts, MavenProject mavenProject, Log log, String gwtGroupId)
           
 
Method Summary
 void checkGwtDevAsDependency()
           
 File getGwtDevJar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtDevHelper

public GwtDevHelper(Map<String,Artifact> pluginArtifacts,
                    MavenProject mavenProject,
                    Log log,
                    String gwtGroupId)
Method Detail

getGwtDevJar

public File getGwtDevJar()
                  throws IOException
Throws:
IOException

checkGwtDevAsDependency

public void checkGwtDevAsDependency()


Copyright © 2007-2012 Codehaus. All Rights Reserved.