Class BeanGenerator


  • public class BeanGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BeanGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Bean configuration)  
      void generate​(java.io.File targetFolder, java.lang.String comment)  
      void generate​(java.io.OutputStream ouputStream)  
      • Methods inherited from class java.lang.Object

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

      • BeanGenerator

        public BeanGenerator()
    • Method Detail

      • generate

        public void generate​(java.io.OutputStream ouputStream)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • generate

        public void generate​(java.io.File targetFolder,
                             java.lang.String comment)
                      throws java.io.IOException
        Throws:
        java.io.IOException