Uses of Class
com.igormaznitsa.mvngolang.utils.GoMod.ModuleInfo
-
Packages that use GoMod.ModuleInfo Package Description com.igormaznitsa.mvngolang.utils -
-
Uses of GoMod.ModuleInfo in com.igormaznitsa.mvngolang.utils
Methods in com.igormaznitsa.mvngolang.utils that return GoMod.ModuleInfo Modifier and Type Method Description GoMod.ModuleInfoGoMod.GoExclude. getModule()GoMod.ModuleInfoGoMod.GoReplace. getModule()GoMod.ModuleInfoGoMod.GoModule. getModuleInfo()GoMod.ModuleInfoGoMod.GoRequire. getModuleInfo()GoMod.ModuleInfoGoMod.GoReplace. getReplacement()Constructors in com.igormaznitsa.mvngolang.utils with parameters of type GoMod.ModuleInfo Constructor Description GoExclude(GoMod.ModuleInfo module)GoModule(GoMod.ModuleInfo module)GoReplace(GoMod.ModuleInfo module, GoMod.ModuleInfo replacement)GoRequire(GoMod.ModuleInfo moduleInfo)
-