Class TypedValueSetsProviderImpl

    • Constructor Detail

      • TypedValueSetsProviderImpl

        public TypedValueSetsProviderImpl​(@NotNull
                                          BuildTypeContext context)
    • Method Detail

      • find

        @NotNull
        public Collection<TypedValueSet> find​(@NotNull
                                              String keyword,
                                              @NotNull
                                              SProject project)
        Description copied from interface: TypedValueSetsProvider
        Retrieves a sorted collection of TypedValueSets that match the given keyword. Keywords are meant to assist users in finding the appropriate TypedValueSet without specific knowledge about types.
        Specified by:
        find in interface TypedValueSetsProvider
        Parameters:
        keyword - representing the keyword for searching.
        Returns:
        Sorted collection of TypedValueSets that match the keyword.