Class PropertyListSourceProperties
java.lang.Object
net.officefloor.frame.impl.construct.source.SourcePropertiesImpl
net.officefloor.compile.impl.properties.PropertyListSourceProperties
- All Implemented Interfaces:
SourceProperties
SourceProperties initialised from a PropertyList.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyListSourceProperties(PropertyList properties) Initiate withPropertyinstances within thePropertyList. -
Method Summary
Methods inherited from class net.officefloor.frame.impl.construct.source.SourcePropertiesImpl
addProperty, getProperties, getProperty, getProperty, getPropertyNames
-
Constructor Details
-
PropertyListSourceProperties
Initiate withPropertyinstances within thePropertyList.- Parameters:
properties-PropertyList.
-