Class StatusClassGenerator
- java.lang.Object
-
- tech.greenfield.vertx.irked.generators.StatusClassGenerator
-
public class StatusClassGenerator extends Object
Generator for the HTTP exceptions, because I can't be bothered to write them manually.- Author:
- odeda
-
-
Constructor Summary
Constructors Constructor Description StatusClassGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(String destDir, String destinationPackage)static voidmain(String... args)
-
-
-
Method Detail
-
generate
public void generate(String destDir, String destinationPackage) throws IOException
- Throws:
IOException
-
main
public static void main(String... args) throws IOException
- Throws:
IOException
-
-