Class Writer


  • public class Writer
    extends java.lang.Object
    The type Writer.
    • Constructor Summary

      Constructors 
      Constructor Description
      Writer​(boolean createStubs, java.lang.String digestNamesStr)
      Instantiates a new Writer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(Model model, ShrinkBag bag)  
      • Methods inherited from class java.lang.Object

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

      • Writer

        public Writer​(boolean createStubs,
                      java.lang.String digestNamesStr)
        Instantiates a new Writer.
        Parameters:
        createStubs - the create stubs
        digestNamesStr - the digest names str
    • Method Detail

      • write

        public void write​(Model model,
                          ShrinkBag bag)
                   throws java.io.IOException
        Throws:
        java.io.IOException