Uses of Enum
org.nuiton.plugin.Plugin.Packaging
Packages that use Plugin.Packaging
-
Uses of Plugin.Packaging in org.nuiton.plugin
Subclasses with type arguments of type Plugin.Packaging in org.nuiton.pluginModifier and TypeClassDescriptionstatic enumAn enumeration to qualify a maven module packagingMethods in org.nuiton.plugin that return Plugin.PackagingModifier and TypeMethodDescriptionstatic Plugin.PackagingReturns the enum constant of this type with the specified name.static Plugin.Packaging[]Plugin.Packaging.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.plugin with parameters of type Plugin.PackagingModifier and TypeMethodDescriptionprotected booleanAbstractPlugin.acceptPackaging(Plugin.Packaging... packages) Accept the project's packaging between some given.protected booleanAbstractPlugin.rejectPackaging(Plugin.Packaging... packages) Accept the project's packaging if not in given one.