public interface EclipseWorkspaceProject
Modifier and Type | Method | Description |
---|---|---|
File |
getLocation() |
The filesystem location of the eclipse project
|
String |
getName() |
The name of the eclipse project
|
boolean |
isOpen() |
The status of the eclipse project.
|
String getName()
File getLocation()
boolean isOpen()