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 allArchivePaths.- Version:
- $Revision: $
-
-
Constructor Summary
Constructors Constructor Description IncludeAllPaths()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaninclude(ArchivePath object)Called per operation in a multi add operation.
-
-
-
Method Detail
-
include
public boolean include(ArchivePath object)
Description copied from interface:FilterCalled per operation in a multi add operation.- Specified by:
includein interfaceFilter<ArchivePath>- Parameters:
object- a object to filter on- Returns:
- true if the object should be included in target
-
-