Package gw.lang.init
Class ModuleFileUtil
java.lang.Object
gw.lang.init.ModuleFileUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GosuPathEntry
createPathEntryForModuleFile
(IFile moduleFile) Reads a pom.xml file into a GosuPathEntry object
-
Constructor Details
-
ModuleFileUtil
public ModuleFileUtil()
-
-
Method Details
-
createPathEntryForModuleFile
Reads a pom.xml file into a GosuPathEntry object- Parameters:
moduleFile
- the pom.xml file to convert to GosuPathEntry- Returns:
- an ordered list of GosuPathEntries created based on the algorithm described above
-