Package org.codehaus.mojo.gwt.webxml
Class GwtWebInfProcessor
- java.lang.Object
-
- org.codehaus.mojo.gwt.webxml.GwtWebInfProcessor
-
public class GwtWebInfProcessor extends Object
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description GwtWebInfProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(File sourceWebXml, File mergeWebXml, Collection<ServletDescriptor> servletDescriptors)voidprocess(File webXml, Collection<ServletDescriptor> servletDescriptors)
-
-
-
Method Detail
-
process
public void process(File webXml, Collection<ServletDescriptor> servletDescriptors) throws Exception
- Throws:
Exception
-
process
public void process(File sourceWebXml, File mergeWebXml, Collection<ServletDescriptor> servletDescriptors) throws Exception
- Throws:
Exception
-
-