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