Configuration Builder
A builder class for creating a Configuration object.
This class provides methods for setting various properties of a configuration, such as the default language, the scripting enabled flag, the globals, the plugins, and the sources. It also provides methods for applying custom initializers to some of these properties. The build method returns a new Configuration object based on the current state of the builder.
Author
TOTHTOMI
Since
Jul. 25, 2023
Constructors
Creates a new ConfigurationBuilder with default values for all properties.
Functions
Builds and returns a new Configuration object based on the current state of the builder.
Sets the default language property of the configuration.
Sets the plugin management property of the configuration using a custom initializer.
Sets the source management property of the configuration using a custom initializer.
Sets the globals property of the configuration using a custom initializer.
Sets the scripting enabled flag of the configuration.