|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.schmant.project.intellij.IprFileParserImpl
public class IprFileParserImpl
Default implementation of IprFileParser
.
Constructor Summary | |
---|---|
IprFileParserImpl()
Default constructor. |
|
IprFileParserImpl(Map<String,IprFileVersionParser> pm)
Use this constructor to add more ipr file version parsers in
addition to the default parsers. |
Method Summary | |
---|---|
IprSettings |
parse(DirectoryView wosRoot,
ReadableFile f)
Parse the contents of the supplied .ipr file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IprFileParserImpl()
public IprFileParserImpl(Map<String,IprFileVersionParser> pm)
ipr
file version parsers in
addition to the default parsers.
Method Detail |
---|
public IprSettings parse(DirectoryView wosRoot, ReadableFile f) throws IOException
IprFileParser
.ipr
file.
parse
in interface IprFileParser
wosRoot
- The workspace root directory.f
- The .ipr
file.
IOException
- On I/O errors.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |