Package net.officefloor.frame.api.build
Interface ExecutiveBuilder<TS extends ExecutiveSource>
-
- All Known Implementing Classes:
ExecutiveBuilderImpl
public interface ExecutiveBuilder<TS extends ExecutiveSource>
Builder ofExecutive
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addProperty(java.lang.String name, java.lang.String value)
Specifies a property for theExecutiveSource
.
-
-
-
Method Detail
-
addProperty
void addProperty(java.lang.String name, java.lang.String value)
Specifies a property for theExecutiveSource
.- Parameters:
name
- Name of property.value
- Value of property.
-
-