
public class ValidationTool extends Object
RequestFactoryInterfaceValidation| Constructor and Description |
|---|
ValidationTool() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
exec(String[] args)
A testable "main" method.
|
static boolean |
exec(String[] args,
JavaCompiler compiler) |
static boolean |
exec(String[] args,
JavaCompiler compiler,
Iterable<String> javacOpts) |
static void |
main(String[] args) |
public static void main(String[] args) throws IOException
IOExceptionpublic static boolean exec(String[] args) throws IOException
IOExceptionpublic static boolean exec(String[] args, JavaCompiler compiler) throws IOException
IOExceptionpublic static boolean exec(String[] args, JavaCompiler compiler, Iterable<String> javacOpts) throws IOException
IOExceptionCopyright © 2016. All rights reserved.