java.lang.Object
dev.orne.config.impl.CommonsConfigOptions
Options of Apache Commons Configuration based configuration builder.
- Since:
- 1.0
- Version:
- 1.0, 2025-07
- Author:
- (w) Iker Hernaez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.commons.configuration2.ImmutableConfigurationThe delegated Apache Commons configuration. -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor.CommonsConfigOptions(@NotNull CommonsConfigOptions copy) Copy constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.configuration2.ImmutableConfigurationReturns the delegated Apache Commons configuration.voidsetDelegated(org.apache.commons.configuration2.ImmutableConfiguration delegated) Sets the delegated Apache Commons configuration.
-
Field Details
-
delegated
protected org.apache.commons.configuration2.ImmutableConfiguration delegatedThe delegated Apache Commons configuration.
-
-
Constructor Details
-
CommonsConfigOptions
public CommonsConfigOptions()Empty constructor. -
CommonsConfigOptions
Copy constructor.- Parameters:
copy- The instance to copy.
-
-
Method Details
-
getDelegated
public org.apache.commons.configuration2.ImmutableConfiguration getDelegated()Returns the delegated Apache Commons configuration.- Returns:
- The delegated Apache Commons configuration.
-
setDelegated
public void setDelegated(org.apache.commons.configuration2.ImmutableConfiguration delegated) Sets the delegated Apache Commons configuration.- Parameters:
delegated- The delegated Apache Commons configuration.
-