Package org.gradle.tooling.model.eclipse
Interface EclipseWorkspace
public interface EclipseWorkspace
Information about the eclipse workspace.
- Since:
- 5.5
- 
Method SummaryModifier and TypeMethodDescriptionThe filesystem location of the eclipse workspaceThe list of projects in the eclipse workspace.
- 
Method Details- 
getLocationFile getLocation()The filesystem location of the eclipse workspace
- 
getProjectsList<EclipseWorkspaceProject> getProjects()The list of projects in the eclipse workspace. This list should include all projects and not make a distinction between gradle and non gradle projects.
 
-