Package gw.lang.init
Class ModuleFileUtil
- java.lang.Object
-
- gw.lang.init.ModuleFileUtil
-
public class ModuleFileUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ModuleFileUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GosuPathEntry
createPathEntryForModuleFile(IFile moduleFile)
Reads a pom.xml file into a GosuPathEntry object
-
-
-
Method Detail
-
createPathEntryForModuleFile
public static GosuPathEntry createPathEntryForModuleFile(IFile moduleFile)
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
-
-