|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IprFileVersionParser
This interface is implemented by classes that parse different versions of
.ipr
files. IprFileParserImpl
has a registry of parsers keyed
under the file versions they are implemented to parse.
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,
Document d)
Parse the DOM Document . |
Method Detail |
---|
IprSettings parse(DirectoryView wosRoot, Document d)
Document
.
wosRoot
- The workspace root directory.d
- The ipr
file contents.
ipr
file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |