Uses of Class
net.jangaroo.jooc.mvnplugin.converter.ModuleType
-
Packages that use ModuleType Package Description net.jangaroo.jooc.mvnplugin.converter -
-
Uses of ModuleType in net.jangaroo.jooc.mvnplugin.converter
Methods in net.jangaroo.jooc.mvnplugin.converter that return ModuleType Modifier and Type Method Description static ModuleTypeMavenModule. calculateModuleType(String packaging)static ModuleTypeModuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleType[]ModuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-