IProjectService

public interface IProjectService

Interface for retrieving projects of resources.

Methods

get

IProject get(FileObject resource)

Retrieves the project of given resource.

Parameters:
  • resource – Resource to retrieve project for.
Returns:

Retrieved project, or null if no project could be retrieved.