Class AbstractConfigurationCapability

    • Field Detail

      • propertySupportMap

        protected Map<String,​Boolean> propertySupportMap
        Property support Map.
    • Constructor Detail

      • AbstractConfigurationCapability

        public AbstractConfigurationCapability()
        Initialize the property supports Map. This is so that extending classes will have less work to do and they can simply specify what's different from the default.
    • Method Detail

      • supportsProperty

        public boolean supportsProperty​(String propertyName)
        Specified by:
        supportsProperty in interface ConfigurationCapability
        Parameters:
        propertyName - the property for which to verify the support for this configuration
        Returns:
        true if the configuration supports the passed property