public final class GroupEntryHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
GroupEntryHandler() |
GroupEntryHandler(@NotNull String regex) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull Pattern |
getPattern() |
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) |
EntryHandler |
withConfig(@NotNull String config) |
public GroupEntryHandler()
public GroupEntryHandler(@NotNull
@NotNull String regex)
public EntryHandler withConfig(@NotNull @NotNull String config)
public 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
IOExceptionConverterExceptionpublic final boolean matches(@NotNull
@NotNull String path)
matches in interface EntryHandler@NotNull protected final @NotNull Pattern getPattern()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.