Package org.schmant.plugin.intellij.java

IntelliJ workspace plugin.

See:
          Description

Interface Summary
ImlFileParser This interface defines a parser for an IntelliJ IDEA's workspace's .iml files.
ImlFileVersionParser Defines an interface for parsers of different versions of the .iml files.ImlFileParserImpl has a registry of parsers keyed under the file versions they are implemented to parse.
 

Class Summary
ImlFileParserImpl Default implementation of ImlFileParser.
ImlFileV4Parser Parser implementation for version 4 of .iml files.
IntelliJJavaModuleCreatorPlugin This implementation of the IntelliJModuleCreatorPlugin knows how to create Java modules.
 

Package org.schmant.plugin.intellij.java Description

IntelliJ workspace plugin.

Since:
0.7.1
Author:
Karl Gustafsson