Package net.officefloor.frame.api.build
Interface ExecutiveBuilder<TS extends ExecutiveSource>
- All Known Implementing Classes:
ExecutiveBuilderImpl
public interface ExecutiveBuilder<TS extends ExecutiveSource>
Builder of
Executive.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String name, String value) Specifies a property for theExecutiveSource.
-
Method Details
-
addProperty
Specifies a property for theExecutiveSource.- Parameters:
name- Name of property.value- Value of property.
-