Uses of Enum
org.apache.sling.maven.bundlesupport.deploy.BundleDeploymentMethod
Packages that use BundleDeploymentMethod
Package
Description
-
Uses of BundleDeploymentMethod in org.apache.sling.maven.bundlesupport
Fields in org.apache.sling.maven.bundlesupport declared as BundleDeploymentMethodModifier and TypeFieldDescriptionprotected BundleDeploymentMethod
AbstractBundleInstallMojo.deploymentMethod
Bundle deployment method.protected BundleDeploymentMethod
AbstractBundleInstallMojo.deploymentMethod
Bundle deployment method.protected BundleDeploymentMethod
AbstractBundleInstallMojo.deploymentMethod
Bundle deployment method. -
Uses of BundleDeploymentMethod in org.apache.sling.maven.bundlesupport.deploy
Methods in org.apache.sling.maven.bundlesupport.deploy that return BundleDeploymentMethodModifier and TypeMethodDescriptionstatic BundleDeploymentMethod
Returns the enum constant of this type with the specified name.static BundleDeploymentMethod[]
BundleDeploymentMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.