Interface IProjectDetailsProvider


public interface IProjectDetailsProvider
A interface implemented by objects that can provide details about a project. Usually, such objects are facades that delegate to other components to retrieve the required information.
Since:
9.8
Author:
Petru Galanton
  • Method Details

    • getProjectDetails

      IGeneralProjectDetails getProjectDetails(IShortcut shortcut, String testPath) throws com.aquima.interactions.foundation.exception.AppException
      Returns details about the application to be started by a shortcut
      Parameters:
      shortcut - the shortcut to determine project details for
      testPath - the test path to be used
      Returns:
      the details of the application
      Throws:
      com.aquima.interactions.foundation.exception.AppException - when no application is found for the shortcut