Package com.igormaznitsa.mvngolang.utils
Class GoMod.GoRequire
- java.lang.Object
-
- com.igormaznitsa.mvngolang.utils.GoMod.GoModItem
-
- com.igormaznitsa.mvngolang.utils.GoMod.GoRequire
-
- All Implemented Interfaces:
Comparable<GoMod.GoModItem>
- Enclosing class:
- GoMod
public static class GoMod.GoRequire extends GoMod.GoModItem
-
-
Constructor Summary
Constructors Constructor Description GoRequire(GoMod.ModuleInfo moduleInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)GoMod.ModuleInfogetModuleInfo()intgetPriority()inthashCode()StringtoString()-
Methods inherited from class com.igormaznitsa.mvngolang.utils.GoMod.GoModItem
compareTo
-
-
-
-
Constructor Detail
-
GoRequire
public GoRequire(@Nonnull GoMod.ModuleInfo moduleInfo)
-
-
Method Detail
-
equals
public boolean equals(@Nullable Object that)
- Specified by:
equalsin classGoMod.GoModItem
-
hashCode
public int hashCode()
- Specified by:
hashCodein classGoMod.GoModItem
-
getModuleInfo
@Nonnull public GoMod.ModuleInfo getModuleInfo()
-
getPriority
public int getPriority()
- Specified by:
getPriorityin classGoMod.GoModItem
-
-