org.codehaus.enunciate.modules
Interface GWTHomeAwareModule

All Known Implementing Classes:
GWTDeploymentModule

public interface GWTHomeAwareModule

Author:
Ryan Heaton

Method Summary
 void setGwtHome(java.lang.String gwtHome)
          Set the GWT home directory.
 

Method Detail

setGwtHome

void setGwtHome(java.lang.String gwtHome)
Set the GWT home directory.

Parameters:
gwtHome - The GWT home directory.