Class CommonsConfigOptions

java.lang.Object
dev.orne.config.impl.CommonsConfigOptions

@API(status=INTERNAL, since="1.0") public class CommonsConfigOptions extends Object
Options of Apache Commons Configuration based configuration builder.
Since:
1.0
Version:
1.0, 2025-07
Author:
(w) Iker Hernaez
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.commons.configuration2.ImmutableConfiguration
    The delegated Apache Commons configuration.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Empty constructor.
    Copy constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.configuration2.ImmutableConfiguration
    Returns the delegated Apache Commons configuration.
    void
    setDelegated(org.apache.commons.configuration2.ImmutableConfiguration delegated)
    Sets the delegated Apache Commons configuration.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • delegated

      protected org.apache.commons.configuration2.ImmutableConfiguration delegated
      The delegated Apache Commons configuration.
  • Constructor Details

    • CommonsConfigOptions

      public CommonsConfigOptions()
      Empty constructor.
    • CommonsConfigOptions

      public CommonsConfigOptions(@NotNull @NotNull CommonsConfigOptions copy)
      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.