Interface ExceptionResourceGenerator.Arguments
-
- Enclosing class:
- ExceptionResourceGenerator
private static interface ExceptionResourceGenerator.Arguments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
destination()
java.io.File
source()
int
verbose()
-
-
-
Method Detail
-
verbose
@Help("Set to >0 to get information about actions taken for every file. Larger values give more detail.") @DefaultValue("0") int verbose()
-
source
@Help("Source directory for classes to scan") @DefaultValue("") java.io.File source()
-
destination
@Help("Destination file for resources") @DefaultValue("") java.io.File destination()
-
-