Package gw.lang.init

Class ModuleFileUtil

java.lang.Object
gw.lang.init.ModuleFileUtil

public class ModuleFileUtil extends Object
  • Constructor Details

    • ModuleFileUtil

      public ModuleFileUtil()
  • Method Details

    • 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