org.jboss.shrinkwrap.impl.base.filter
Class IncludeAllClasses
java.lang.Object
org.jboss.shrinkwrap.impl.base.filter.IncludeAllClasses
- All Implemented Interfaces:
- Filter<Class<?>>
public class IncludeAllClasses
- extends Object
- implements Filter<Class<?>>
IncludeAllClasses
Filter to include all Class
s
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Method Summary |
boolean |
include(Class<?> object)
Called per operation in a multi add operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludeAllClasses
public IncludeAllClasses()
include
public boolean include(Class<?> object)
- Description copied from interface:
Filter
- Called per operation in a multi add operation.
- Specified by:
include
in interface Filter<Class<?>>
- Parameters:
object
- a object to filter on
- Returns:
- true if the object should be included in target
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.