Class GeneratorCode


  • @SupportedAnnotationTypes("org.code.generator.Generator")
    @SupportedSourceVersion(RELEASE_7)
    public class GeneratorCode
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneratorCode()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Generate StringPrep class dynamically.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeneratorCode

        public GeneratorCode()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Generate StringPrep class dynamically.
        Parameters:
        args - with the path used to generate StringPrep class
        Throws:
        java.io.IOException - if a RFC file can't be read