Package com.igormaznitsa.mvngolang.utils
Class GoMod.GoExclude
java.lang.Object
com.igormaznitsa.mvngolang.utils.GoMod.GoModItem
com.igormaznitsa.mvngolang.utils.GoMod.GoExclude
- All Implemented Interfaces:
java.lang.Comparable<GoMod.GoModItem>
- Enclosing class:
- GoMod
public static final class GoMod.GoExclude extends GoMod.GoModItem
-
Constructor Summary
Constructors Constructor Description GoExclude(GoMod.ModuleInfo module) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object that)GoMod.ModuleInfogetModule()intgetPriority()inthashCode()java.lang.StringtoString()
-
Constructor Details
-
Method Details
-
getModule
-
equals
public boolean equals(@Nullable java.lang.Object that)- Specified by:
equalsin classGoMod.GoModItem
-
hashCode
public int hashCode()- Specified by:
hashCodein classGoMod.GoModItem
-
toString
@Nonnull public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getPriority
public int getPriority()- Specified by:
getPriorityin classGoMod.GoModItem
-