Class IncludeRegExpPaths
java.lang.Object
org.jboss.shrinkwrap.impl.base.filter.IncludeRegExpPaths
- All Implemented Interfaces:
Filter<ArchivePath>
IncludeRegExpPath
Filter to include all
ArchivePath
s that match a given Regular Expression.- Version:
- $Revision: $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
include
(ArchivePath path) Called per operation in a multi add operation.
-
Field Details
-
expression
-
-
Constructor Details
-
IncludeRegExpPaths
-
-
Method Details
-
include
Description copied from interface:Filter
Called per operation in a multi add operation.- Specified by:
include
in interfaceFilter<ArchivePath>
- Parameters:
path
- a object to filter on- Returns:
- true if the object should be included in target
-