public class AutoWireTeamImpl extends AutoWirePropertiesImpl implements AutoWireTeam
ENVIRONMENT_PROPERTIES_DIRECTORY
ENVIRONMENT_PROPERTIES_DIRECTORY
Constructor and Description |
---|
AutoWireTeamImpl(OfficeFloorCompiler compiler,
String teamName,
String teamSourceClassName,
PropertyList properties,
AutoWire... autoWiring)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
AutoWire[] |
getAutoWiring()
Obtains the
AutoWire instances for this AutoWireTeam . |
String |
getTeamName()
Obtains the name of the
OfficeFloorTeam . |
String |
getTeamSourceClassName()
Obtains the
TeamSource class name. |
addProperty, getProperties, loadProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperties, loadProperties
addProperty
public AutoWireTeamImpl(OfficeFloorCompiler compiler, String teamName, String teamSourceClassName, PropertyList properties, AutoWire... autoWiring)
compiler
- OfficeFloorCompiler
.teamName
- Name of the OfficeFloorTeam
.teamSourceClassName
- TeamSource
class name. May be an alias.properties
- PropertyList
for the TeamSource
.autoWiring
- AutoWire
instances.public String getTeamName()
AutoWireTeam
OfficeFloorTeam
.getTeamName
in interface AutoWireTeam
OfficeFloorTeam
.public String getTeamSourceClassName()
AutoWireTeam
Obtains the TeamSource
class name.
May be an alias.
getTeamSourceClassName
in interface AutoWireTeam
TeamSource
class name.public AutoWire[] getAutoWiring()
AutoWireTeam
AutoWire
instances for this AutoWireTeam
.getAutoWiring
in interface AutoWireTeam
AutoWire
instances for this AutoWireTeam
.Copyright © 2005–2016. All rights reserved.