Class GeneratorCode
- java.lang.Object
-
- com.ongres.stringprep.codegenerator.GeneratorCode
-
@SupportedAnnotationTypes("org.code.generator.Generator") @SupportedSourceVersion(RELEASE_7) public class GeneratorCode extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneratorCode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Generate StringPrep class dynamically.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
Generate StringPrep class dynamically.- Parameters:
args
- with the path used to generate StringPrep class- Throws:
IOException
- if a RFC file can't be read
-
-