net.officefloor.frame.api.build
Interface TeamBuilder<TS extends TeamSource>

All Known Implementing Classes:
TeamBuilderImpl

public interface TeamBuilder<TS extends TeamSource>

Builder of a Team.

Author:
Daniel Sagenschneider

Method Summary
 void addProperty(String name, String value)
          Specifies a property for the TeamSource.
 

Method Detail

addProperty

void addProperty(String name,
                 String value)
Specifies a property for the TeamSource.

Parameters:
name - Name of property.
value - Value of property.


Copyright © 2005-2013. All Rights Reserved.