Package org.gradle.tooling.model.eclipse
Interface EclipseWorkspaceProject
public interface EclipseWorkspaceProject
Information about a project in the eclipse workspace.
- Since:
- 5.5
- 
Method Details- 
getNameString getName()The name of the eclipse project- Returns:
- the name of the project, never null
 
- 
getLocationFile getLocation()The filesystem location of the eclipse project- Returns:
- the location of the eclipse project, may be null in case of remote projects
 
- 
isOpenboolean isOpen()The status of the eclipse project.- Since:
- 5.6
 
 
-