Interface PropertyHolder

    • Method Detail

      • getPropertyValue

        @Nullable
        java.lang.String getPropertyValue​(PropertyKey propertyKey)
        Returns value of the property with specified key
        Parameters:
        propertyKey - value of the property with specified key
        Returns:
        value of the property with specified key
      • getBooleanProperty

        boolean getBooleanProperty​(PropertyKey propertyKey)
        Returns value of the boolean property
        Parameters:
        propertyKey - property key
        Returns:
        value
      • getProperties

        @NotNull
        java.util.Map<PropertyKey,​java.lang.String> getProperties()
        Returns map of the properties
        Returns:
        map of the properties