public class ExcludeRegExpPaths extends java.lang.Object implements Filter<ArchivePath>
ArchivePath
s 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)
Filter
include
in interface Filter<ArchivePath>
path
- a object to filter on