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