|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.api.container | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.impl.base.container | |
org.jboss.shrinkwrap.impl.base.filter |
Uses of Filter in org.jboss.shrinkwrap.api |
---|
Methods in org.jboss.shrinkwrap.api that return Filter | |
---|---|
static Filter<ArchivePath> |
Filters.exclude(Class<?>... classes)
Filter that excludes listed Class . |
static Filter<ArchivePath> |
Filters.exclude(Package... packages)
Filter that includes listed Package . |
static Filter<ArchivePath> |
Filters.exclude(String regexp)
Filter that exclude all ArchivePath s that match a given Regular Expression Pattern . |
static Filter<ArchivePath> |
Filters.include(Class<?>... classes)
Filter that includes listed Class . |
static Filter<ArchivePath> |
Filters.include(Package... packages)
Filter that excludes listed Package . |
static Filter<ArchivePath> |
Filters.include(String regexp)
Filer that include all ArchivePath s that match the given Regular Expression Pattern . |
static Filter<ArchivePath> |
Filters.includeAll()
Filter that includes all ArchivePath s. |
Methods in org.jboss.shrinkwrap.api with parameters of type Filter | ||
---|---|---|
|
Archive.getAsType(Class<X> type,
Filter<ArchivePath> filter)
Get all nested Archive matching the filter as a specific type.The found Archives must have been added as a Archive, no import is performed. |
|
|
Archive.getAsType(Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveFormat)
Get all nested Archive matching the filter as a specific type using the specify ArchiveFormat . |
|
Map<ArchivePath,Node> |
Archive.getContent(Filter<ArchivePath> filter)
Obtains all assets matching given filter in this archive, along with its respective Path. |
|
T |
Archive.merge(Archive<?> source,
ArchivePath path,
Filter<ArchivePath> filter)
Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path. |
|
T |
Archive.merge(Archive<?> source,
Filter<ArchivePath> filter)
Merge the contents from an existing archive without maintaining the archive name in the context path. |
|
T |
Archive.merge(Archive<?> source,
String path,
Filter<ArchivePath> 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<ArchivePath> filter,
Package... packages)
Adds all classes accepted by the filter in the specified Package s to the Archive . |
T |
ClassContainer.addPackages(boolean recursive,
Filter<ArchivePath> filter,
String... packages)
Adds all classes accepted by the filter in the specified Package s to the Archive . |
Uses of Filter in org.jboss.shrinkwrap.impl.base |
---|
Methods in org.jboss.shrinkwrap.impl.base with parameters of type Filter | ||
---|---|---|
|
ArchiveBase.getAsType(Class<X> type,
Filter<ArchivePath> filter)
Get all nested Archive matching the filter as a specific type.The found Archives must have been added as a Archive, no import is performed. |
|
|
ArchiveBase.getAsType(Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveFormat)
Get all nested Archive matching the filter as a specific type using the specify ArchiveFormat . |
|
Map<ArchivePath,Node> |
MemoryMapArchiveBase.getContent(Filter<ArchivePath> filter)
Obtains all assets matching given filter in this archive, along with its respective Path. |
|
T |
ArchiveBase.merge(Archive<?> source,
ArchivePath path,
Filter<ArchivePath> filter)
Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path. |
|
T |
ArchiveBase.merge(Archive<?> source,
Filter<ArchivePath> filter)
Merge the contents from an existing archive without maintaining the archive name in the context path. |
|
T |
ArchiveBase.merge(Archive<?> source,
String path,
Filter<ArchivePath> 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.impl.base.container |
---|
Methods in org.jboss.shrinkwrap.impl.base.container with parameters of type Filter | ||
---|---|---|
T |
ContainerBase.addPackages(boolean recursive,
Filter<ArchivePath> filter,
Package... packages)
|
|
T |
ContainerBase.addPackages(boolean recursive,
Filter<ArchivePath> filter,
String... packageNames)
|
|
|
ContainerBase.getAsType(Class<X> type,
Filter<ArchivePath> filter)
Get all nested Archive matching the filter as a specific type.The found Archives must have been added as a Archive, no import is performed. |
|
|
ContainerBase.getAsType(Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveCompression)
Get all nested Archive matching the filter as a specific type using the specify ArchiveFormat . |
|
Map<ArchivePath,Node> |
ContainerBase.getContent(Filter<ArchivePath> filter)
Obtains all assets matching given filter in this archive, along with its respective Path. |
|
T |
ContainerBase.merge(Archive<?> source,
ArchivePath path,
Filter<ArchivePath> filter)
Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path. |
|
T |
ContainerBase.merge(Archive<?> source,
Filter<ArchivePath> filter)
Merge the contents from an existing archive without maintaining the archive name in the context path. |
|
T |
ContainerBase.merge(Archive<?> source,
String path,
Filter<ArchivePath> 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.impl.base.filter |
---|
Classes in org.jboss.shrinkwrap.impl.base.filter that implement Filter | |
---|---|
class |
ExcludeRegExpPaths
IncludeRegExpPath Filter to exclude all ArchivePath s that match a given Regular Expression. |
class |
IncludeAllClasses
IncludeAllClasses Filter to include all Class s |
class |
IncludeAllPaths
IncludeAllPaths Filter that include all ArchivePath s. |
class |
IncludeRegExpPaths
IncludeRegExpPath Filter to include all ArchivePath s that match a given Regular Expression. |
|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |