Class CodeGeneratorConfig

  • All Implemented Interfaces:
    java.io.Serializable

    public class CodeGeneratorConfig
    extends java.lang.Object
    implements java.io.Serializable
    projectPath: /home/tano/workspace_autogenerate/autogen outputDirectory: /src/main/java options: dtoLayer : true inputPackages: jpaEntities : com.gae.piaz.autogen.model outputPackages: repositories : com.gae.piaz.autogen.repository services: com.gae.piaz.autogen.service controllers: com.gae.piaz.autogen.controller
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CodeGeneratorConfig load​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • CodeGeneratorConfig

        public CodeGeneratorConfig()
    • Method Detail

      • load

        public static CodeGeneratorConfig load​(java.lang.String path)
                                        throws java.io.IOException
        Throws:
        java.io.IOException