public class ExcludeRegExpPaths extends java.lang.Object implements Filter<ArchivePath>
ArchivePaths that match a given Regular Expression.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
expression |
| Constructor and Description |
|---|
ExcludeRegExpPaths(java.lang.String expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(ArchivePath path)
Called per operation in a multi add operation.
|
public boolean include(ArchivePath path)
Filterinclude in interface Filter<ArchivePath>path - a object to filter on