Uses of Enum
com.azure.tools.codesnippetplugin.ExecutionMode
Packages that use ExecutionMode
Package
Description
Package containing a Maven codesnippet plugin.
-
Uses of ExecutionMode in com.azure.tools.codesnippetplugin
Methods in com.azure.tools.codesnippetplugin that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeReturns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.tools.codesnippetplugin with parameters of type ExecutionModeModifier and TypeMethodDescriptionprotected voidSnippetBaseMojo.executeCodesnippet(ExecutionMode executionMode) Runs codesnippets for the specifiedExecutionMode.