Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl |
Modifier and Type | Method and Description |
---|---|
BeanArchive |
BeanArchive.exclude(BeansXml.Exclude... excludes)
Adds an exclude filter to beans.xml.
|
Modifier and Type | Method and Description |
---|---|
static BeansXml.Exclude |
BeansXml.Exclude.exact(Class<?> clazz) |
BeansXml.Exclude |
BeansXml.Exclude.ifClassAvailable(Class<?> clazz) |
BeansXml.Exclude |
BeansXml.Exclude.ifClassAvailable(String className) |
BeansXml.Exclude |
BeansXml.Exclude.ifClassNotAvailable(Class<?> clazz) |
BeansXml.Exclude |
BeansXml.Exclude.ifClassNotAvailable(String className) |
BeansXml.Exclude |
BeansXml.Exclude.ifSystemProperty(String name) |
BeansXml.Exclude |
BeansXml.Exclude.ifSystemProperty(String name,
String value) |
static BeansXml.Exclude |
BeansXml.Exclude.match(String classFilter) |
Modifier and Type | Method and Description |
---|---|
BeanArchive |
BeanArchiveImpl.exclude(BeansXml.Exclude... excludes) |
BeansXml |
BeansXml.excludeFilters(BeansXml.Exclude... filters) |
Copyright © 2016. All rights reserved.