Uses of Class
org.apache.jackrabbit.vault.packaging.registry.impl.InstallationScope
-
Packages that use InstallationScope Package Description org.apache.jackrabbit.vault.packaging.registry.impl -
-
Uses of InstallationScope in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return InstallationScope Modifier and Type Method Description static InstallationScope
InstallationScope. valueOf(String name)
Returns 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 InstallationScope Constructor Description FSPackageRegistry(@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)
-