getSession abstract method

AnalysisSession? getSession(
  1. String path
)

Return the session that should analyze the given path, or throw StateError if the path does not belong to a context root.

Implementation

AnalysisSession? getSession(String path);