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.OptionsDocumenter.Options.defaults()Creates a defaultDocumenter.Optionsinstance 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(org.springframework.modulith.core.ApplicationModules modules, Documenter.Options options) Creates a newDocumenterfor the givenApplicationModulesand output folder.