ShrinkWrap Implementation Base 1.0.0

org.jboss.shrinkwrap.impl.base.filter
Class IncludeAllPaths

java.lang.Object
  extended by org.jboss.shrinkwrap.impl.base.filter.IncludeAllPaths
All Implemented Interfaces:
Filter<ArchivePath>

public class IncludeAllPaths
extends Object
implements Filter<ArchivePath>

IncludeAllPaths Filter that include all ArchivePaths.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
IncludeAllPaths()
           
 
Method Summary
 boolean include(ArchivePath object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeAllPaths

public IncludeAllPaths()
Method Detail

include

public boolean include(ArchivePath object)
Specified by:
include in interface Filter<ArchivePath>

ShrinkWrap Implementation Base 1.0.0

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.