All Superinterfaces:
ResourceList
All Known Implementing Classes:
FuzzyResourceListImpl

@API(status=STABLE, since="2.0.0-milestone.2.4") public interface FuzzyResourceList extends ResourceList
  • Method Details

    • getFuzzy

      Collection<ResourceKey> getFuzzy(ResourceKey resource)
      Retrieves all resources that match the normalized variant from FuzzyModeNormalizer.
      Parameters:
      resource - the resource, doesn't matter if it's normalized or not
      Returns:
      a list of fuzzy matched variants, or empty list if none found