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
Nested ClassesModifier and TypeClassDescription(package private) static classA JavaFileManager that writes the class outputs into a jar file or a directory. - 
Constructor Summary
Constructors - 
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
 
 -