Uses of Class
org.apache.sling.feature.cpconverter.features.DefaultFeaturesManager.ConfigurationHandling
-
Packages that use DefaultFeaturesManager.ConfigurationHandling Package Description org.apache.sling.feature.cpconverter.features Features manager definition and default implementation. -
-
Uses of DefaultFeaturesManager.ConfigurationHandling in org.apache.sling.feature.cpconverter.features
Methods in org.apache.sling.feature.cpconverter.features that return DefaultFeaturesManager.ConfigurationHandling Modifier and Type Method Description static DefaultFeaturesManager.ConfigurationHandling
DefaultFeaturesManager.ConfigurationHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultFeaturesManager.ConfigurationHandling[]
DefaultFeaturesManager.ConfigurationHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sling.feature.cpconverter.features with parameters of type DefaultFeaturesManager.ConfigurationHandling Constructor Description DefaultFeaturesManager(@NotNull DefaultFeaturesManager.ConfigurationHandling configurationHandling, int bundlesStartOrder, @NotNull File featureModelsOutputDirectory, @Nullable String artifactIdOverride, @Nullable String prefix, @NotNull Map<String,String> properties, @Nullable AclManager aclManager)
-