Class NoopGenerator

  • All Implemented Interfaces:
    Generator

    public class NoopGenerator
    extends java.lang.Object
    implements Generator
    This generator doesn't do anything.
    • Constructor Summary

      Constructors 
      Constructor Description
      NoopGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate()
      Do a whole lot of nothing.
      • Methods inherited from class java.lang.Object

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

      • NoopGenerator

        public NoopGenerator()
    • Method Detail

      • generate

        public void generate()
                      throws java.io.IOException
        Do a whole lot of nothing.
        Specified by:
        generate in interface Generator
        Throws:
        java.io.IOException