|
||||||||||
| 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.valueclass.spring.context.ComponentScan
public class ComponentScan
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="include-filter" type="{http://www.springframework.org/schema/context}filterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="exclude-filter" type="{http://www.springframework.org/schema/context}filterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="base-package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resource-pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="use-default-filters" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="annotation-config" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="name-generator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="scope-resolver" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="scoped-proxy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="no"/>
<enumeration value="interfaces"/>
<enumeration value="targetClass"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| 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 | |
|---|---|
ComponentScan()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.ComponentScan instance. |
|
ComponentScan(ComponentScan o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.ComponentScan instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ComponentScan |
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 ComponentScan()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.ComponentScan instance.
public ComponentScan(ComponentScan o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.ComponentScan instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<FilterType> getIncludeFilter()
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
public List<FilterType> getExcludeFilter()
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
public String getBasePackage()
Stringpublic void setBasePackage(String value)
value - allowed object is
Stringpublic String getResourcePattern()
Stringpublic void setResourcePattern(String value)
value - allowed object is
Stringpublic boolean isUseDefaultFilters()
Booleanpublic void setUseDefaultFilters(Boolean value)
value - allowed object is
Booleanpublic boolean isAnnotationConfig()
Booleanpublic void setAnnotationConfig(Boolean value)
value - allowed object is
Booleanpublic String getNameGenerator()
Stringpublic void setNameGenerator(String value)
value - allowed object is
Stringpublic String getScopeResolver()
Stringpublic void setScopeResolver(String value)
value - allowed object is
Stringpublic String getScopedProxy()
Stringpublic void setScopedProxy(String value)
value - allowed object is
Stringpublic ComponentScan clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||