Interface ScopeSelector<T>

All Known Subinterfaces:
ScopeWithTypeSelector<T>, TypesAccessor

public interface ScopeSelector<T>
Each instance can be used only once.
Since:
3.9.0
  • Method Details

    • forProject

      @NotNull T forProject(@Nullable String projectId)
      Parameters:
      projectId - - null means global
    • global

      @NotNull T global()
    • forScope

      @NotNull T forScope(@Nullable Scope scope)
      Parameters:
      scope - - null global