Package org.gradle.tooling.model.eclipse
Interface EclipseRuntime
public interface EclipseRuntime
Information about the eclipse instance.
This is a possible parameter for the
EclipseProject
model resolution.
It provides additional information to gradle so it can build a more accurate EclipseProject
model.- Since:
- 5.5
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setWorkspace
(EclipseWorkspace eclipseWorkspace) The eclipse workspace
-
Method Details
-
getWorkspace
EclipseWorkspace getWorkspace() -
setWorkspace
The eclipse workspace
-