Class ValidationTool
java.lang.Object
com.google.web.bindery.requestfactory.apt.ValidationTool
Provides "late" validation services when server types aren't available to the
shared-interface compilation process. This tool is provided the name of an
output jar and the binary names of RequestFactory interfaces that should be
validated. The validation process will provide pre-computed type map builders
for use by the ServiceLayer.
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
A JavaFileManager that writes the class outputs into a jar file or a directory. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
ValidationTool
public ValidationTool()
-
-
Method Details
-
main
- Throws:
IOException
-
exec
A testable "main" method.- Throws:
IOException
-
exec
- Throws:
IOException
-
exec
public static boolean exec(String[] args, JavaCompiler compiler, Iterable<String> javacOpts) throws IOException - Throws:
IOException
-