getSession abstract method
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);
Returns the session that should analyze the given path
, or throws
StateError if the path
does not belong to a context root.
AnalysisSession? getSession(String path);