Uses of Class
org.springframework.modulith.docs.Documenter.Options
Packages that use Documenter.Options
-
Uses of Documenter.Options in org.springframework.modulith.docs
Methods in org.springframework.modulith.docs that return Documenter.OptionsModifier and TypeMethodDescriptionstatic Documenter.Options
Documenter.Options.defaults()
Creates a defaultDocumenter.Options
instance configuring a default output folder based on the detected build tool (seeDocumenter.OutputFolder.DEFAULT_LOCATION
).Documenter.Options.withoutClean()
Disables the cleaning of the output folder before any files are written.Documenter.Options.withOutputFolder
(String folder) Configures the output folder for the created files.Constructors in org.springframework.modulith.docs with parameters of type Documenter.OptionsModifierConstructorDescriptionDocumenter
(ApplicationModules modules, Documenter.Options options) Creates a newDocumenter
for the givenApplicationModules
and output folder.