Interface IDefaultProjectProvider
-
public interface IDefaultProjectProvider
The default project provider is used to provide default project for the application framework.This interface is intended to be implemented and registered by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<org.eclipse.core.resources.IProject>
getDefaultProject()
Returns the default application owner project if there is any.
-
-
-
Method Detail
-
getDefaultProject
Optional<org.eclipse.core.resources.IProject> getDefaultProject() throws ApplicationException
Returns the default application owner project if there is any.- Returns:
- the default application owner project if there is any
- Throws:
ApplicationException
- if method call failed with some reason
-
-