public interface EntryHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(@NotNull String path,
@NotNull org.apache.jackrabbit.vault.fs.io.Archive archive,
@NotNull org.apache.jackrabbit.vault.fs.io.Archive.Entry entry,
@NotNull ContentPackage2FeatureModelConverter converter) |
boolean |
matches(@NotNull String path) |
default EntryHandler |
withConfig(@NotNull String config) |
boolean matches(@NotNull @NotNull String path)
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 IOException, ConverterException
IOException
ConverterException
default EntryHandler withConfig(@NotNull @NotNull String config)
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.