IContextStrategy

public interface IContextStrategy

Interface for IContext creation/retrieval strategies.

Methods

get

ContextIdentifier get(FileObject resource, IProject project, ILanguageImpl language)

Returns the context identifier for given resource and language.

Parameters:
  • resource – Resource to get a context identifier for.
  • project – Project to which the resource belongs.
  • language – Language to get a context identifier for.
Throws:
Returns:

Context identifier.