Class OrderedLocationProperties

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<Object,​Object>

    public final class OrderedLocationProperties
    extends Properties
    An OrderedProperties that also keeps track from which location the properties are sourced from. This can be used to track all the various sources for configuration that a Camel application uses (properties file, ENV variables, hardcoded in java, spring-boot, quarkus, camel-k modeline, camel-yaml-dsl etc. Important: Use the put method that takes location as argument to store location information.
    See Also:
    Serialized Form