ShrinkWrap Implementation Base 1.0.1

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

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

public class IncludeRegExpPaths
extends Object
implements Filter<ArchivePath>

IncludeRegExpPath Filter to include all ArchivePaths that match a given Regular Expression.

Version:
$Revision: $
Author:
Aslak Knutsen

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

Constructor Detail

IncludeRegExpPaths

public IncludeRegExpPaths(String expression)
Method Detail

include

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

ShrinkWrap Implementation Base 1.0.1

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