|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.api.container |
Uses of Filter in org.jboss.shrinkwrap.api |
---|
Methods in org.jboss.shrinkwrap.api that return Filter | |
---|---|
static Filter<Path> |
Filters.exclude(String regexp)
Filter that exclude all Path s that match a given Regular Expression Pattern . |
static Filter<Path> |
Filters.include(String regexp)
Filer that include all Path s that match the given Regular Expression Pattern . |
static Filter<Path> |
Filters.includeAll()
Filter that includes all Path s. |
static Filter<Class<?>> |
Filters.includeAllClasses()
Filter that include all Class s. |
Methods in org.jboss.shrinkwrap.api with parameters of type Filter | |
---|---|
Map<Path,Asset> |
Archive.getContent(Filter<Path> filter)
Obtains all assets matching given filter in this archive, along with its respective Path. |
T |
Archive.merge(Archive<?> source,
Filter<Path> filter)
Merge the contents from an existing archive without maintaining the archive name in the context path. |
T |
Archive.merge(Archive<?> source,
Path path,
Filter<Path> filter)
Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path. |
Uses of Filter in org.jboss.shrinkwrap.api.container |
---|
Methods in org.jboss.shrinkwrap.api.container with parameters of type Filter | |
---|---|
T |
ClassContainer.addPackages(boolean recursive,
Filter<Class<?>> filter,
Package... packages)
Adds all classes accepted by the filter in the specified Package s to the Archive . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |