Class JcrPackageRegistry

    • Constructor Detail

      • JcrPackageRegistry

        public JcrPackageRegistry​(@NotNull
                                  @NotNull javax.jcr.Session session,
                                  @Nullable
                                  @Nullable String... roots)
        Creates a new JcrPackageRegistry based on the given session.
        Parameters:
        session - the JCR session that is used to access the repository.
        roots - the root paths to store the packages.
      • JcrPackageRegistry

        public JcrPackageRegistry​(@NotNull
                                  @NotNull javax.jcr.Session session,
                                  @Nullable
                                  AbstractPackageRegistry.SecurityConfig securityConfig,
                                  boolean isStrict,
                                  boolean overwritePrimaryTypesOfFoldersByDefault,
                                  IdConflictPolicy defaultIdConflictPolicy,
                                  @Nullable
                                  @Nullable String... roots)