|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IprFileParser
This interface defines a parser for an IntelliJ IDEA's workspace's .ipr
file. It is used by the IntelliJProjectInfoCollector
.
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 | |
---|---|
IprSettings |
parse(DirectoryView wosRoot,
ReadableFile f)
Parse the contents of the supplied .ipr file. |
Method Detail |
---|
IprSettings parse(DirectoryView wosRoot, ReadableFile f) throws IOException
.ipr
file.
wosRoot
- The workspace root directory.f
- The .ipr
file.
IOException
- On I/O errors.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |