|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OfficeLoader
Loads the OfficeType from the OfficeSource.
| 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. |
|
| Method Detail |
|---|
<O extends OfficeSource> PropertyList loadSpecification(Class<O> officeSourceClass)
PropertyList from the
OfficeSourceSpecification for the OfficeSource.
officeSourceClass - Class of the OfficeSource.
PropertyList of the OfficeSourceProperty
instances of the OfficeSourceSpecification or
null if issue, which is reported to the
CompilerIssues.
<O extends OfficeSource> OfficeType loadOfficeType(Class<O> officeSourceClass,
String officeLocation,
PropertyList propertyList)
OfficeType from the OfficeSource.
officeSourceClass - 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.
OfficeType loadOfficeType(OfficeSource officeSource,
String officeLocation,
PropertyList propertyList)
OfficeType from the OfficeSource.
officeSource - 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 | |||||||||