org.codehaus.mojo.gwt.utils
Class DefaultGwtModuleReader

java.lang.Object
  extended by org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader
All Implemented Interfaces:
GwtModuleReader

public class DefaultGwtModuleReader
extends Object
implements GwtModuleReader

Since:
2.1.0-1
Author:
Olivier Lamy

Field Summary
static String GWT_MODULE_EXTENSION
           
 
Constructor Summary
DefaultGwtModuleReader(MavenProject mavenProject, Log log, ClasspathBuilder classpathBuilder)
           
 
Method Summary
 Collection<File> getClasspath(String scope)
           
 List<String> getGwtModules()
           
 GwtModule readModule(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GWT_MODULE_EXTENSION

public static final String GWT_MODULE_EXTENSION
See Also:
Constant Field Values
Constructor Detail

DefaultGwtModuleReader

public DefaultGwtModuleReader(MavenProject mavenProject,
                              Log log,
                              ClasspathBuilder classpathBuilder)
Method Detail

getGwtModules

public List<String> getGwtModules()
Specified by:
getGwtModules in interface GwtModuleReader

readModule

public GwtModule readModule(String name)
                     throws GwtModuleReaderException
Specified by:
readModule in interface GwtModuleReader
Throws:
GwtModuleReaderException

getClasspath

public Collection<File> getClasspath(String scope)
                              throws ClasspathBuilderException
Throws:
ClasspathBuilderException


Copyright © 2007-2012 Codehaus. All Rights Reserved.