|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.schmant.plugin.intellij.java.ImlFileParserImpl
public class ImlFileParserImpl
Default implementation of ImlFileParser
.
Constructor Summary | |
---|---|
ImlFileParserImpl()
Default constructor. |
|
ImlFileParserImpl(Map<String,ImlFileVersionParser> pm)
Use this constructor to add more ipr file version parsers in
addition to the default parsers. |
Method Summary | |
---|---|
Project |
parse(IntelliJWorkspace wos,
DirectoryView moduleDir,
NamedReadableFile imlFile,
Map<String,List<JavaProjectClasspathEntry>> projectLibs,
IntelliJWorkspaceSettings settings)
Parse the module file and create a project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImlFileParserImpl()
public ImlFileParserImpl(Map<String,ImlFileVersionParser> pm)
ipr
file version parsers in
addition to the default parsers.
Method Detail |
---|
public Project parse(IntelliJWorkspace wos, DirectoryView moduleDir, NamedReadableFile imlFile, Map<String,List<JavaProjectClasspathEntry>> projectLibs, IntelliJWorkspaceSettings settings) throws IOException
ImlFileParser
parse
in interface ImlFileParser
wos
- The IntelliJ workspace being constructed. Don't call any
methods on this object.moduleDir
- The project's root directoryimlFile
- The .iml
file.projectLibs
- The project libraries.settings
- Workspace settings. May be null
.
null
if the project should be ignored.
IOException
- On I/O errors
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |