|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.compile.impl.office.OfficeLoaderImpl
public class OfficeLoaderImpl
OfficeLoader implementation.
| Constructor Summary | |
|---|---|
OfficeLoaderImpl(NodeContext nodeContext)
Initiate. |
|
| Method Summary | ||
|---|---|---|
|
loadOfficeType(Class<O> officeSourceClass,
String officeLocation,
PropertyList propertyList)
Loads and returns the OfficeType from the OfficeSource. |
|
OfficeType |
loadOfficeType(OfficeSource officeSource,
String officeLocation,
PropertyList propertyList)
Loads and returns the OfficeType from the OfficeSource. |
|
|
loadSpecification(Class<O> officeSourceClass)
Loads and returns the PropertyList from the
OfficeSourceSpecification for the OfficeSource. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OfficeLoaderImpl(NodeContext nodeContext)
nodeContext - NodeContext.| Method Detail |
|---|
public <O extends OfficeSource> PropertyList loadSpecification(Class<O> officeSourceClass)
OfficeLoaderPropertyList from the
OfficeSourceSpecification for the OfficeSource.
loadSpecification in interface OfficeLoaderofficeSourceClass - Class of the OfficeSource.
PropertyList of the OfficeSourceProperty
instances of the OfficeSourceSpecification or
null if issue, which is reported to the
CompilerIssues.
public <O extends OfficeSource> OfficeType loadOfficeType(Class<O> officeSourceClass,
String officeLocation,
PropertyList propertyList)
OfficeLoaderOfficeType from the OfficeSource.
loadOfficeType in interface OfficeLoaderofficeSourceClass - Class of the OfficeSource.officeLocation - Location of the Office.propertyList - PropertyList containing the properties to source the
OfficeType.
OfficeType or null if issues, which are
reported to the CompilerIssues.
public OfficeType loadOfficeType(OfficeSource officeSource,
String officeLocation,
PropertyList propertyList)
OfficeLoaderOfficeType from the OfficeSource.
loadOfficeType in interface OfficeLoaderofficeSource - OfficeSource instance.officeLocation - Location of the Office.propertyList - PropertyList containing the properties to source the
OfficeType.
OfficeType or null if issues, which are
reported to the CompilerIssues.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||