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 TypeMethodDescriptionReturns the workspace.voidsetWorkspace(EclipseWorkspace eclipseWorkspace) The eclipse workspace
-
Method Details
-
getWorkspace
-
setWorkspace
-