public interface BDABeansXmlScanner
Modifier and Type | Method and Description |
---|---|
boolean |
addAlternative(Class<?> alternativeClass,
String beansXMLFilePath)
Stores the beans.xml an Alternative class is defined in
|
boolean |
addDecorator(Class<?> decoratorClass,
String beansXMLFilePath)
Stores the beans.xml a Decorator class is defined in
|
boolean |
addInterceptor(Class<?> interceptorClass,
String beansXMLFilePath)
Stores the beans.xml an Interceptor class is defined in
|
boolean |
addStereoType(Class<? extends Annotation> stereoTypeClass,
String beansXMLFilePath)
Stores the beans.xml a Stereotype class is defined in
|
Set<Class<?>> |
getAlternatives(String beansXMLFilePath) |
String |
getBeansXml(Class<?> class1) |
Set<Class<?>> |
getDecorators(String beansXMLFilePath) |
Set<Class<?>> |
getInterceptors(String beansXMLFilePath) |
Set<Class<? extends Annotation>> |
getStereotypes(String beansXMLFilePath) |
void |
setBeansXml(Class<?> class1,
String beansXmlFilePath) |
boolean addInterceptor(Class<?> interceptorClass, String beansXMLFilePath)
Set<Class<?>> getInterceptors(String beansXMLFilePath)
beansXMLFilePath
- Set<Class<?>> getDecorators(String beansXMLFilePath)
beansXMLFilePath
- boolean addDecorator(Class<?> decoratorClass, String beansXMLFilePath)
boolean addAlternative(Class<?> alternativeClass, String beansXMLFilePath)
boolean addStereoType(Class<? extends Annotation> stereoTypeClass, String beansXMLFilePath)
Set<Class<?>> getAlternatives(String beansXMLFilePath)
beansXMLFilePath
- Set<Class<? extends Annotation>> getStereotypes(String beansXMLFilePath)
beansXMLFilePath
- String getBeansXml(Class<?> class1)
class1
- deployed classCopyright © 2008–2016 The Apache Software Foundation. All rights reserved.