Interface PreferenceScopeResolver

  • All Known Implementing Classes:
    DefaultPreferenceScopeResolver

    public interface PreferenceScopeResolver
    Provides a way to obtain scopes related to a scope resolution order.
    • Method Detail

      • resolve

        PreferenceScope resolve​(String... scopeTypes)
        Returns a PreferenceScope that belongs to the resolution strategy hierarchy, based on the passed types.
        Parameters:
        scopeTypes - Scope types associated to the desired scope.
        Returns:
        The PreferenceScope related to the passed types (if it exists, null otherwise).