public interface AutoWireSection extends AutoWireProperties
ENVIRONMENT_PROPERTIES_DIRECTORY
Modifier and Type | Method and Description |
---|---|
String |
getSectionLocation()
Obtains the section location.
|
String |
getSectionName()
Obtains the section name.
|
String |
getSectionSourceClassName()
Obtains the class name of the
SectionSource . |
AutoWireSection |
getSuperSection()
Obtains the super
AutoWireSection . |
void |
setSuperSection(AutoWireSection section)
Specifies the
AutoWireSection to inherit the link configuration. |
getProperties, loadProperties
addProperty
String getSectionName()
String getSectionSourceClassName()
Obtains the class name of the SectionSource
.
This may be an alias.
SectionSource
.String getSectionLocation()
void setSuperSection(AutoWireSection section)
AutoWireSection
to inherit the link configuration.section
- AutoWireSection
to inherit link configuration.AutoWireSection getSuperSection()
AutoWireSection
.AutoWireSection
.Copyright © 2005–2016. All rights reserved.