Package com.igormaznitsa.mvngolang.utils
Class GoMod.GoModule
java.lang.Object
com.igormaznitsa.mvngolang.utils.GoMod.GoModItem
com.igormaznitsa.mvngolang.utils.GoMod.GoModule
- All Implemented Interfaces:
Comparable<GoMod.GoModItem>
- Enclosing class:
- GoMod
public static final class GoMod.GoModule extends GoMod.GoModItem
-
Constructor Summary
Constructors Constructor Description GoModule(GoMod.ModuleInfo module) -
Method Summary
Modifier and Type Method Description booleanequals(Object that)GoMod.ModuleInfogetModuleInfo()intgetPriority()inthashCode()StringtoString()
-
Constructor Details
-
Method Details
-
equals
- Specified by:
equalsin classGoMod.GoModItem
-
hashCode
public int hashCode()- Specified by:
hashCodein classGoMod.GoModItem
-
getModuleInfo
-
toString
-
getPriority
public int getPriority()- Specified by:
getPriorityin classGoMod.GoModItem
-