Uses of Enum
org.apache.jackrabbit.vault.packaging.registry.impl.InstallationScope
Packages that use InstallationScope
-
Uses of InstallationScope in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return InstallationScopeModifier and TypeMethodDescriptionstatic InstallationScopeReturns the enum constant of this type with the specified name.static InstallationScope[]InstallationScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jackrabbit.vault.packaging.registry.impl with parameters of type InstallationScopeModifierConstructorDescriptionFSPackageRegistry(@NotNull File homeDir, InstallationScope scope) Deprecated.FSPackageRegistry(@NotNull File homeDir, InstallationScope scope, AbstractPackageRegistry.SecurityConfig securityConfig) Deprecated.FSPackageRegistry(@NotNull File homeDir, InstallationScope scope, AbstractPackageRegistry.SecurityConfig securityConfig, boolean isStrict, boolean overwritePrimaryTypesOfFolders, IdConflictPolicy defaultIdConflictPolicy)
FSPackageRegistry(File, InstallationScope, SecurityConfig, boolean, boolean, IdConflictPolicy)instead