Package com.blueriq.component.api
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 Summary
Modifier and TypeMethodDescriptiongetProjectDetails
(IShortcut shortcut, String testPath) Returns details about the application to be started by a shortcut
-
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 fortestPath
- 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
-