ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

org.jboss.shrinkwrap.api
Interface Filter<T>

All Known Implementing Classes:
ExcludeRegExpPaths, IncludeAllClasses, IncludeAllPaths, IncludeRegExpPaths

public interface Filter<T>

Used to filter inputs to be added to the target Archive. Used on multi-add operations such as Archive.merge(Archive, Filter).

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 boolean include(T object)
          Called per operation in a multi add operation.
 

Method Detail

include

boolean include(T object)
Called per operation in a multi add operation.

Parameters:
object - a object to filter on
Returns:
true if the object should be included in target

ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.