Class ResourceConfigurationSource

    • Field Detail

      • LOGGER

        private static final org.apache.logging.log4j.Logger LOGGER
      • properties

        private final java.util.Properties properties
    • Constructor Detail

      • ResourceConfigurationSource

        public ResourceConfigurationSource​(java.lang.String resourceName)
        Default constructor
        Parameters:
        resourceName - the name of the resource, usable by the system class loader to locate it.
    • Method Detail

      • getPropertyNames

        public java.util.Set<java.lang.String> getPropertyNames()
        Description copied from interface: ConfigurationSource
        Retrieves the names of all the available properties.
        Returns:
        the set of property names