SingleFileProjectService

public class SingleFileProjectService implements IProjectService

Creates a project from a single file with the parent directory as project location (if possible, otherwise just the file) and no config (== null). Never returns null for the project. Doesn’t cache projects.

Constructors

SingleFileProjectService

public SingleFileProjectService(IProjectConfigService projectConfigService)

Methods

get

public IProject get(FileObject resource)