Interface RuntimeManagerIdFilter


  • public interface RuntimeManagerIdFilter
    Allows to apply filtering on runtime manager identifiers to find only those matching
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.String> filter​(java.lang.String pattern, java.util.Collection<java.lang.String> identifiers)
      Filters given identifiers based on given pattern and return only those matching.
    • Method Detail

      • filter

        java.util.Collection<java.lang.String> filter​(java.lang.String pattern,
                                                      java.util.Collection<java.lang.String> identifiers)
        Filters given identifiers based on given pattern and return only those matching.
        Parameters:
        pattern - pattern used to filter identifiers
        identifiers - all available identifiers
        Returns:
        returns only matched identifiers or empty list in case of no match found