public class DefaultBeanArchiveInformation extends Object implements BeanArchiveService.BeanArchiveInformation
| Constructor and Description |
|---|
DefaultBeanArchiveInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassExclude(String classOrPath) |
void |
addPackageExclude(String packageName) |
List<String> |
getAllowProxyingClasses() |
List<String> |
getAlternativeClasses() |
List<String> |
getAlternativeStereotypes() |
BeanArchiveService.BeanDiscoveryMode |
getBeanDiscoveryMode() |
List<String> |
getDecorators() |
List<String> |
getExcludedClasses() |
List<String> |
getExcludedPackages() |
List<String> |
getInterceptors() |
String |
getVersion() |
boolean |
isClassExcluded(String clazz) |
boolean |
isPackageExcluded(String packageName) |
void |
setBeanDiscoveryMode(BeanArchiveService.BeanDiscoveryMode beanDiscoveryMode) |
void |
setDecorators(List<String> decorators) |
void |
setExcludedClasses(List<String> excludedClasses) |
void |
setExcludedPackages(List<String> excludedPackages) |
void |
setInterceptors(List<String> interceptors) |
void |
setVersion(String version) |
public BeanArchiveService.BeanDiscoveryMode getBeanDiscoveryMode()
getBeanDiscoveryMode in interface BeanArchiveService.BeanArchiveInformationpublic boolean isClassExcluded(String clazz)
isClassExcluded in interface BeanArchiveService.BeanArchiveInformationpublic boolean isPackageExcluded(String packageName)
isPackageExcluded in interface BeanArchiveService.BeanArchiveInformationpublic String getVersion()
getVersion in interface BeanArchiveService.BeanArchiveInformationpublic List<String> getInterceptors()
getInterceptors in interface BeanArchiveService.BeanArchiveInformationpublic List<String> getDecorators()
getDecorators in interface BeanArchiveService.BeanArchiveInformationpublic List<String> getAlternativeClasses()
getAlternativeClasses in interface BeanArchiveService.BeanArchiveInformationpublic List<String> getAlternativeStereotypes()
getAlternativeStereotypes in interface BeanArchiveService.BeanArchiveInformationpublic void setVersion(String version)
public void setBeanDiscoveryMode(BeanArchiveService.BeanDiscoveryMode beanDiscoveryMode)
public void addClassExclude(String classOrPath)
public void addPackageExclude(String packageName)
public List<String> getExcludedClasses()
getExcludedClasses in interface BeanArchiveService.BeanArchiveInformationpublic List<String> getExcludedPackages()
getExcludedPackages in interface BeanArchiveService.BeanArchiveInformationpublic List<String> getAllowProxyingClasses()
getAllowProxyingClasses in interface BeanArchiveService.BeanArchiveInformationCopyright © 2008–2016 The Apache Software Foundation. All rights reserved.