Class IncludeAllPaths
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.filter.IncludeAllPaths
-
- All Implemented Interfaces:
Filter<ArchivePath>
public class IncludeAllPaths extends java.lang.Object implements Filter<ArchivePath>
IncludeAllPaths Filter that include allArchivePath
s.- Version:
- $Revision: $
-
-
Constructor Summary
Constructors Constructor Description IncludeAllPaths()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
include(ArchivePath object)
Called per operation in a multi add operation.
-
-
-
Method Detail
-
include
public boolean include(ArchivePath object)
Description copied from interface:Filter
Called per operation in a multi add operation.- Specified by:
include
in interfaceFilter<ArchivePath>
- Parameters:
object
- a object to filter on- Returns:
- true if the object should be included in target
-
-