Class IncludeAllPaths
java.lang.Object
org.jboss.shrinkwrap.impl.base.filter.IncludeAllPaths
- All Implemented Interfaces:
Filter<ArchivePath>
IncludeAllPaths
Filter that include all
ArchivePaths.- Version:
- $Revision: $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninclude(ArchivePath object) Called per operation in a multi add operation.
-
Constructor Details
-
IncludeAllPaths
public IncludeAllPaths()
-
-
Method Details
-
include
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
-