toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.model.eclipse
/
EclipseWorkspace
Eclipse
Workspace
API
interface
EclipseWorkspace
(
source
)
Information about the eclipse workspace.
Since
5.5
Members
Functions
get
Location
Link copied to clipboard
API
abstract
fun
getLocation
(
)
:
File
The filesystem location of the eclipse workspace
get
Projects
Link copied to clipboard
API
abstract
fun
getProjects
(
)
:
List
<
EclipseWorkspaceProject
>
The list of projects in the eclipse workspace.