org.schmant.project.intellij
Class IprFileV4Parser
java.lang.Object
org.schmant.project.intellij.AbstractIntelliJFileParser
org.schmant.project.intellij.IprFileV4Parser
- All Implemented Interfaces:
- IprFileVersionParser
public class IprFileV4Parser
- extends AbstractIntelliJFileParser
- implements IprFileVersionParser
Parser for version 4 of the ipr
file.
- Since:
- 0.7.1
- Author:
- Karl Gustafsson
IprFileV4Parser
public IprFileV4Parser()
parse
public IprSettings parse(DirectoryView wosRoot,
Document d)
- Description copied from interface:
IprFileVersionParser
- Parse the DOM
Document
.
- Specified by:
parse
in interface IprFileVersionParser
- Parameters:
wosRoot
- The workspace root directory.d
- The ipr
file contents.
- Returns:
- Data from the
ipr
file.
toString
public String toString()
- Overrides:
toString
in class Object