Class | Description |
---|---|
AbstractProjectRole |
Encapsultes a specific role of a project.
|
BuildCommand |
Encapsulates an build command of an eclipse java project.
|
ChunkyFile |
Simple representation for chunk based files as internally used by the
Eclipse framework.
|
EclipseProject |
Encapsultes a project.
|
LinkedResource |
Represents a "linked resource" of an eclipse project
|
ProjectFileParser |
Parser that reads an eclipse
.project file and
constructs an EclipseProject
for it. |
ProjectNature |
Encapsulates a nature of a project.
|
Workspace |
Encapsulates the workspace that contains the (Eclipse-)Projects.
|