Interface ExtendedConfig

All Superinterfaces:
Configuration
All Known Subinterfaces:
ExternalConfigurationModel<CONFIG>, ServerConfig
All Known Implementing Classes:
ClientConfig, ConfigurationModel, ResourceConfig

public interface ExtendedConfig extends Configuration
Extended common runtime configuration.
Author:
Marek Potociar
  • Method Details

    • isProperty

      boolean isProperty(String name)
      Get the value of the property with a given name converted to boolean. Returns false if the value is not convertible.
      Parameters:
      name - property name.
      Returns:
      boolean property value or false if the property is not convertible.