Interface IDefaultProjectProvider

All Known Implementing Classes:
DefaultConfigurationProjectProvider

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

    Modifier and Type
    Method
    Description
    Optional<org.eclipse.core.resources.IProject>
    Returns the default application owner project if there is any.
  • Method Details

    • 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