Class DocFacadeSourceConfig

java.lang.Object
org.fugerit.java.doc.base.facade.DocFacadeSourceConfig

public class DocFacadeSourceConfig extends Object
  • Field Details

  • Constructor Details

    • DocFacadeSourceConfig

      public DocFacadeSourceConfig()
    • DocFacadeSourceConfig

      public DocFacadeSourceConfig(boolean failOnSourceModuleNotFound)
  • Method Details

    • isFailOnSourceModuleNotFound

      public boolean isFailOnSourceModuleNotFound()
    • withFailOnSourceModuleNotFound

      public DocFacadeSourceConfig withFailOnSourceModuleNotFound(boolean failOnSourceModuleNotFound)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).