Interface EntryHandler

    • Method Detail

      • matches

        boolean matches​(@NotNull
                        @NotNull String path)
      • handle

        void handle​(@NotNull
                    @NotNull String path,
                    @NotNull
                    @NotNull org.apache.jackrabbit.vault.fs.io.Archive archive,
                    @NotNull
                    @NotNull org.apache.jackrabbit.vault.fs.io.Archive.Entry entry,
                    @NotNull
                    @NotNull ContentPackage2FeatureModelConverter converter)
             throws Exception
        Throws:
        Exception