Interface PropertyProvider

    • Method Detail

      • hasProperty

        boolean hasProperty​(@NotNull
                            @NotNull String key)
        Does this provider have a given property
        Parameters:
        key - property key
        Returns:
        true if provider has a property
      • getProperty

        @Nullable
        @Nullable String getProperty​(@NotNull
                                     @NotNull String key)
        Retrieve property value
        Parameters:
        key - property key
        Returns:
        property value or null if property is not provided