|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.context.impl.ComponentScanImpl
public class ComponentScanImpl
| Field Summary | |
|---|---|
protected Boolean |
annotationConfig
|
protected String |
basePackage
|
protected FilterType[] |
excludeFilter
|
protected 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.prot.indexed.novalueclass.spring.context.impl.ComponentScanImpl instance. |
|
ComponentScanImpl(ComponentScanImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.context.impl.ComponentScanImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ComponentScanImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyExcludeFilter(FilterType[] source)
Copies all values of property ExcludeFilter. |
protected void |
copyIncludeFilter(FilterType[] source)
Copies all values of property IncludeFilter. |
String |
getBasePackage()
Gets the value of the basePackage property. |
FilterType[] |
getExcludeFilter()
|
FilterType |
getExcludeFilter(int idx)
|
int |
getExcludeFilterLength()
|
FilterType[] |
getIncludeFilter()
|
FilterType |
getIncludeFilter(int idx)
|
int |
getIncludeFilterLength()
|
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 |
setExcludeFilter(FilterType[] values)
|
FilterType |
setExcludeFilter(int idx,
FilterType value)
|
void |
setIncludeFilter(FilterType[] values)
|
FilterType |
setIncludeFilter(int idx,
FilterType value)
|
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 FilterType[] includeFilter
protected 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.prot.indexed.novalueclass.spring.context.impl.ComponentScanImpl instance.
public ComponentScanImpl(ComponentScanImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.context.impl.ComponentScanImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public FilterType[] getIncludeFilter()
getIncludeFilter in interface ComponentScanFilterTypepublic FilterType getIncludeFilter(int idx)
getIncludeFilter in interface ComponentScanFilterTypepublic int getIncludeFilterLength()
getIncludeFilterLength in interface ComponentScanpublic void setIncludeFilter(FilterType[] values)
setIncludeFilter in interface ComponentScanvalues - allowed objects are
FilterType
public FilterType setIncludeFilter(int idx,
FilterType value)
setIncludeFilter in interface ComponentScanvalue - allowed object is
FilterTypepublic FilterType[] getExcludeFilter()
getExcludeFilter in interface ComponentScanFilterTypepublic FilterType getExcludeFilter(int idx)
getExcludeFilter in interface ComponentScanFilterTypepublic int getExcludeFilterLength()
getExcludeFilterLength in interface ComponentScanpublic void setExcludeFilter(FilterType[] values)
setExcludeFilter in interface ComponentScanvalues - allowed objects are
FilterType
public FilterType setExcludeFilter(int idx,
FilterType value)
setExcludeFilter in interface ComponentScanvalue - allowed object is
FilterTypepublic 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
Stringprotected void copyIncludeFilter(FilterType[] source)
IncludeFilter.
source - The source to copy from.
NullPointerException - if source is null.protected void copyExcludeFilter(FilterType[] source)
ExcludeFilter.
source - The source to copy from.
NullPointerException - if source is null.public ComponentScanImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||