public class ExcludeRegExpPaths extends Object implements Filter<ArchivePath>
ArchivePaths that match a given Regular Expression.| Constructor and Description |
|---|
ExcludeRegExpPaths(String expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(ArchivePath path)
Called per operation in a multi add operation.
|
public ExcludeRegExpPaths(String expression)
public boolean include(ArchivePath path)
Filterinclude in interface Filter<ArchivePath>path - a object to filter onCopyright © 2025 JBoss by Red Hat. All rights reserved.