Uses of Enum Class
org.mule.maven.pom.parser.api.model.BundleScope
Packages that use BundleScope
-
Uses of BundleScope in org.mule.maven.pom.parser.api.model
Methods in org.mule.maven.pom.parser.api.model that return BundleScopeModifier and TypeMethodDescriptionBundleDependency.getScope()static BundleScopeReturns the enum constant of this class with the specified name.static BundleScope[]BundleScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mule.maven.pom.parser.api.model with parameters of type BundleScopeModifier and TypeMethodDescriptionBundleDependency.Builder.setScope(BundleScope scope) Sets the scope of the bundle.