Package org.fugerit.java.doc.base.facade
Class DocFacadeSourceConfig
java.lang.Object
org.fugerit.java.doc.base.facade.DocFacadeSourceConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanwithFailOnSourceModuleNotFound(boolean failOnSourceModuleNotFound)
-
Field Details
-
DEFAULT_CONFIG
-
-
Constructor Details
-
DocFacadeSourceConfig
public DocFacadeSourceConfig() -
DocFacadeSourceConfig
public DocFacadeSourceConfig(boolean failOnSourceModuleNotFound)
-
-
Method Details
-
isFailOnSourceModuleNotFound
public boolean isFailOnSourceModuleNotFound() -
withFailOnSourceModuleNotFound
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-