Package org.fugerit.java.doc.base.facade
Class DocFacadeSourceConfig
- java.lang.Object
-
- org.fugerit.java.doc.base.facade.DocFacadeSourceConfig
-
public class DocFacadeSourceConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DocFacadeSourceConfig
DEFAULT_CONFIG
-
Constructor Summary
Constructors Constructor Description DocFacadeSourceConfig()
DocFacadeSourceConfig(boolean failOnSourceModuleNotFound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFailOnSourceModuleNotFound()
DocFacadeSourceConfig
withFailOnSourceModuleNotFound(boolean failOnSourceModuleNotFound)
-
-
-
Field Detail
-
DEFAULT_CONFIG
public static final DocFacadeSourceConfig DEFAULT_CONFIG
-
-
Method Detail
-
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).
-
-