|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl.ComponentScanImpl
public class ComponentScanImpl
| Field Summary | |
|---|---|
protected Boolean |
annotationConfig
|
protected String |
basePackage
|
protected List<FilterType> |
excludeFilter
|
protected List<FilterType> |
includeFilter
|
protected String |
nameGenerator
|
protected String |
resourcePattern
|
protected String |
scopedProxy
|
protected String |
scopeResolver
|
protected Boolean |
useDefaultFilters
|
| Constructor Summary | |
|---|---|
ComponentScanImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl.ComponentScanImpl instance. |
|
ComponentScanImpl(ComponentScanImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl.ComponentScanImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ComponentScanImpl |
clone()
Creates and returns a copy of this object. |
String |
getBasePackage()
Gets the value of the basePackage property. |
List<FilterType> |
getExcludeFilter()
Gets the value of the excludeFilter property. |
List<FilterType> |
getIncludeFilter()
Gets the value of the includeFilter property. |
String |
getNameGenerator()
Gets the value of the nameGenerator property. |
String |
getResourcePattern()
Gets the value of the resourcePattern property. |
String |
getScopedProxy()
Gets the value of the scopedProxy property. |
String |
getScopeResolver()
Gets the value of the scopeResolver property. |
boolean |
isAnnotationConfig()
Gets the value of the annotationConfig property. |
boolean |
isUseDefaultFilters()
Gets the value of the useDefaultFilters property. |
void |
setAnnotationConfig(Boolean value)
Sets the value of the annotationConfig property. |
void |
setBasePackage(String value)
Sets the value of the basePackage property. |
void |
setNameGenerator(String value)
Sets the value of the nameGenerator property. |
void |
setResourcePattern(String value)
Sets the value of the resourcePattern property. |
void |
setScopedProxy(String value)
Sets the value of the scopedProxy property. |
void |
setScopeResolver(String value)
Sets the value of the scopeResolver property. |
void |
setUseDefaultFilters(Boolean value)
Sets the value of the useDefaultFilters property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FilterType> includeFilter
protected List<FilterType> excludeFilter
protected String basePackage
protected String resourcePattern
protected Boolean useDefaultFilters
protected Boolean annotationConfig
protected String nameGenerator
protected String scopeResolver
protected String scopedProxy
| Constructor Detail |
|---|
public ComponentScanImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl.ComponentScanImpl instance.
public ComponentScanImpl(ComponentScanImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context.impl.ComponentScanImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<FilterType> getIncludeFilter()
ComponentScan
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the includeFilter property.
For example, to add a new item, do as follows:
getIncludeFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType
getIncludeFilter in interface ComponentScanpublic List<FilterType> getExcludeFilter()
ComponentScan
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the excludeFilter property.
For example, to add a new item, do as follows:
getExcludeFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType
getExcludeFilter in interface ComponentScanpublic String getBasePackage()
ComponentScan
getBasePackage in interface ComponentScanStringpublic void setBasePackage(String value)
ComponentScan
setBasePackage in interface ComponentScanvalue - allowed object is
Stringpublic String getResourcePattern()
ComponentScan
getResourcePattern in interface ComponentScanStringpublic void setResourcePattern(String value)
ComponentScan
setResourcePattern in interface ComponentScanvalue - allowed object is
Stringpublic boolean isUseDefaultFilters()
ComponentScan
isUseDefaultFilters in interface ComponentScanBooleanpublic void setUseDefaultFilters(Boolean value)
ComponentScan
setUseDefaultFilters in interface ComponentScanvalue - allowed object is
Booleanpublic boolean isAnnotationConfig()
ComponentScan
isAnnotationConfig in interface ComponentScanBooleanpublic void setAnnotationConfig(Boolean value)
ComponentScan
setAnnotationConfig in interface ComponentScanvalue - allowed object is
Booleanpublic String getNameGenerator()
ComponentScan
getNameGenerator in interface ComponentScanStringpublic void setNameGenerator(String value)
ComponentScan
setNameGenerator in interface ComponentScanvalue - allowed object is
Stringpublic String getScopeResolver()
ComponentScan
getScopeResolver in interface ComponentScanStringpublic void setScopeResolver(String value)
ComponentScan
setScopeResolver in interface ComponentScanvalue - allowed object is
Stringpublic String getScopedProxy()
ComponentScan
getScopedProxy in interface ComponentScanStringpublic void setScopedProxy(String value)
ComponentScan
setScopedProxy in interface ComponentScanvalue - allowed object is
Stringpublic ComponentScanImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||