Interface ScopeFactory


public interface ScopeFactory
Since:
3.9.0
  • Method Details

    • global

      @NotNull Scope global()
    • project

      @NotNull Scope project(@Nullable String projectId)
      Parameters:
      projectId - - null means global scope (same result as global()
    • fromPath

      @NotNull Scope fromPath(@Nullable String path)
      Creates Scope.
      Parameters:
      path - - Result of Scope.path() should be used. Null or empty means global() scope