Class ExcludePaths
java.lang.Object
org.jboss.shrinkwrap.impl.base.filter.ExcludePaths
- All Implemented Interfaces:
Filter<ArchivePath>
IncludePaths
Filter to exclude all
ArchivePath
s that match the given List of paths.- Version:
- $Revision: $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
paths
-
-
Constructor Details
-
ExcludePaths
-
ExcludePaths
-
-
Method Details
-
adjust
-
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
-