Uses of Enum
org.apache.jackrabbit.vault.packaging.DependencyHandling
Packages that use DependencyHandling
-
Uses of DependencyHandling in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io that return DependencyHandlingModifier and TypeMethodDescriptionImportOptions.getDependencyHandling()Defines how package dependencies affect package installation and un-installation.Methods in org.apache.jackrabbit.vault.fs.io with parameters of type DependencyHandlingModifier and TypeMethodDescriptionvoidImportOptions.setDependencyHandling(DependencyHandling dependencyHandling) Sets the dependency handling. -
Uses of DependencyHandling in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that return DependencyHandlingModifier and TypeMethodDescriptionstatic DependencyHandlingReturns the enum constant of this type with the specified name.static DependencyHandling[]DependencyHandling.values()Returns an array containing the constants of this enum type, in the order they are declared.