IProject

public interface IProject

Methods

config

IProjectConfig config()

Gets the configuration of the project. The configuration is read only once when this class is instantiated. To get a new configuration, get a new instance of this class.

Returns:Configuration of the project.

location

FileObject location()

Gets the location of the root folder of the project.

Returns:Location of the root folder.