org.jboss.shrinkwrap.api
Interface Filter<T>
public interface Filter<T>
Filter
Used to filter what to add to the target Archive
.
Used on 'multi' add operations like Archive.merge(Archive, Filter)
.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Method Summary |
boolean |
include(T object)
Called pr operation in a multi add operation. |
include
boolean include(T object)
- Called pr operation in a multi add operation.
- Parameters:
object
- a object to filter on
- Returns:
- true if the object should be included in target
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.