Class DefaultConfigurationProjectProvider
java.lang.Object
com.e1c.g5.dt.internal.applications.infobases.DefaultConfigurationProjectProvider
- All Implemented Interfaces:
IDefaultProjectProvider
The
IDefaultProjectProvider
implementation that provides V8 configuraiton project if there is any as main
workspace project.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.eclipse.core.resources.IProject>
Returns the default application owner project if there is any.
-
Constructor Details
-
DefaultConfigurationProjectProvider
public DefaultConfigurationProjectProvider()
-
-
Method Details
-
getDefaultProject
public Optional<org.eclipse.core.resources.IProject> getDefaultProject() throws ApplicationExceptionDescription copied from interface:IDefaultProjectProvider
Returns the default application owner project if there is any.- Specified by:
getDefaultProject
in interfaceIDefaultProjectProvider
- Returns:
- the default application owner project if there is any
- Throws:
ApplicationException
- if method call failed with some reason
-