|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProjectFileParser
This interface identifies a parser for an Eclipse project's .project
file. It is used by an EclipseWorkspaceInfoCollector.
Parser objects are reused and can potentially be used simultaneously by several threads, so they cannot contain any mutable internal state that is not properly guarded.
| Method Summary | |
|---|---|
EclipseProjectInfo |
parse(ReadableFile f)
Parse the .project file. |
| Method Detail |
|---|
EclipseProjectInfo parse(ReadableFile f)
throws IOException
.project file.
f - The .project file.
IOException - On I/O errors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||