Package com.igormaznitsa.mvngolang.utils
Class GoMod.GoModItem
- java.lang.Object
-
- com.igormaznitsa.mvngolang.utils.GoMod.GoModItem
-
- All Implemented Interfaces:
Comparable<GoMod.GoModItem>
- Direct Known Subclasses:
GoMod.GoCustom,GoMod.GoExclude,GoMod.GoModule,GoMod.GoReplace,GoMod.GoRequire
- Enclosing class:
- GoMod
public abstract static class GoMod.GoModItem extends Object implements Comparable<GoMod.GoModItem>
-
-
Constructor Summary
Constructors Constructor Description GoModItem()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(GoMod.GoModItem that)abstract booleanequals(Object that)abstract intgetPriority()abstract inthashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(@Nonnull GoMod.GoModItem that)
- Specified by:
compareToin interfaceComparable<GoMod.GoModItem>
-
getPriority
public abstract int getPriority()
-
-