Package org.eclipse.tycho.model.project
Interface EclipseProject
public interface EclipseProject
represents information gathered from an "eclipse project" usually stored in a file named
.project-
Method Summary
Modifier and TypeMethodDescriptionResolves a path according to the project, this will resolve linked resourcesResolves a path according to the project, this will resolve linked resourcesgetName()booleanstatic EclipseProject
-
Method Details
-
getName
String getName() -
getComment
String getComment() -
getLocation
Path getLocation() -
hasNature
-
parse
- Throws:
IOException
-
getFile
Resolves a path according to the project, this will resolve linked resources- Parameters:
path-- Returns:
- the resolved path
-
getFile
Resolves a path according to the project, this will resolve linked resources- Parameters:
path-- Returns:
- the resolved path
-
getVariables
Collection<ProjectVariable> getVariables()
-