getSession abstract method

AnalysisSession? getSession(
  1. String path
)

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

Implementation

AnalysisSession? getSession(String path);