public interface GwtcService
| Modifier and Type | Method and Description |
|---|---|
void |
addAsyncBlock(Class<? extends com.google.gwt.core.client.RunAsyncCallback> asSubclass) |
void |
addClass(Class<?> clazz) |
void |
addGwtModules(Class<?> clazz) |
void |
addGwtTestCase(Class<? extends com.google.gwt.junit.client.GWTTestCase> subclass) |
void |
addGwtTestSuite(Class<? extends com.google.gwt.junit.tools.GWTTestSuite> asSubclass) |
boolean |
addJUnitClass(Class<?> clazz) |
void |
addMethod(Method method) |
void |
addMethod(Method method,
boolean onNewInstance) |
void |
addPackage(Package pkg,
boolean recursive) |
int |
compile(GwtManifest manifest) |
String |
getModuleName() |
File |
getTempDir() |
void addMethod(Method method)
void addMethod(Method method, boolean onNewInstance)
void addClass(Class<?> clazz)
void addPackage(Package pkg, boolean recursive)
void addGwtTestCase(Class<? extends com.google.gwt.junit.client.GWTTestCase> subclass)
void addGwtTestSuite(Class<? extends com.google.gwt.junit.tools.GWTTestSuite> asSubclass)
boolean addJUnitClass(Class<?> clazz)
void addAsyncBlock(Class<? extends com.google.gwt.core.client.RunAsyncCallback> asSubclass)
int compile(GwtManifest manifest)
void addGwtModules(Class<?> clazz)
String getModuleName()
File getTempDir()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.