Class GeneratorWriter.CloseResult

java.lang.Object
org.jooq.codegen.GeneratorWriter.CloseResult
Enclosing class:
GeneratorWriter<W extends GeneratorWriter<W>>

public static class GeneratorWriter.CloseResult extends Object
  • Field Details

    • affected

      public final boolean affected
      Whether closing the file affected any files at all.
    • modified

      public final boolean modified
      Whether closing the file modified the file.