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 SummaryModifier and TypeMethodDescriptionvoidsetWorkspace(EclipseWorkspace eclipseWorkspace) The eclipse workspace
- 
Method Details- 
getWorkspaceEclipseWorkspace getWorkspace()
- 
setWorkspaceThe eclipse workspace
 
-