public class Generator extends Object
| Constructor and Description |
|---|
Generator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(org.reflections.Reflections reflections,
File target) |
void |
generate(String sPackage,
File target) |
static void |
main(String[] args) |
public void generate(String sPackage, File target) throws IOException
IOExceptionpublic void generate(org.reflections.Reflections reflections,
File target)
throws FileNotFoundException,
IOException
FileNotFoundExceptionIOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2019. All rights reserved.