Class XmlConfigurationEntryHandler

  • All Implemented Interfaces:
    EntryHandler

    public final class XmlConfigurationEntryHandler
    extends Object
    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
    • Constructor Detail

      • XmlConfigurationEntryHandler

        public XmlConfigurationEntryHandler()
    • Method Detail

      • handle

        public final 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
      • matches

        public final boolean matches​(@NotNull
                                     @NotNull String path)
        Specified by:
        matches in interface EntryHandler
      • getPattern

        @NotNull
        protected final @NotNull Pattern getPattern()