Package net.officefloor.frame.api.build
Interface TeamBuilder<TS extends TeamSource>
-
- All Known Implementing Classes:
TeamBuilderImpl
public interface TeamBuilder<TS extends TeamSource>Builder of aTeam.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddProperty(java.lang.String name, java.lang.String value)Specifies a property for theTeamSource.voidrequestNoTeamOversight()voidsetTeamSize(int teamSize)
-
-
-
Method Detail
-
setTeamSize
void setTeamSize(int teamSize)
- Parameters:
teamSize-Teamsize.
-
requestNoTeamOversight
void requestNoTeamOversight()
Requests to the
Executivethat there be noTeamOversightfor theTeam.Respecting this request is
Executiveimplementation specific.
-
addProperty
void addProperty(java.lang.String name, java.lang.String value)Specifies a property for theTeamSource.- Parameters:
name- Name of property.value- Value of property.
-
-