|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.shrinkwrap.api.Filters
public final class Filters

Filters
| Method Summary | |
|---|---|
static Filter<ArchivePath> |
exclude(String regexp)
Filter that exclude all ArchivePaths that match a given Regular Expression Pattern. |
static Filter<ArchivePath> |
include(String regexp)
Filer that include all ArchivePaths that match the given Regular Expression Pattern. |
static Filter<ArchivePath> |
includeAll()
Filter that includes all ArchivePaths. |
static Filter<Class<?>> |
includeAllClasses()
Filter that include all Classs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Filter<Class<?>> includeAllClasses()
Filter that include all Classs.
Only meant to be used internally.
Filter that always return truepublic static Filter<ArchivePath> includeAll()
Filter that includes all ArchivePaths.
Only meant to be used internally.
Filter that always return truepublic static Filter<ArchivePath> include(String regexp)
Filer that include all ArchivePaths that match the given Regular Expression Pattern.
regexp - The expression to include
Filterpublic static Filter<ArchivePath> exclude(String regexp)
Filter that exclude all ArchivePaths that match a given Regular Expression Pattern.
regexp - The expression to exclude
Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||