|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GovernanceLoader
Loads the GovernanceSource.
| Method Summary | ||
|---|---|---|
|
loadGovernanceType(Class<GS> governanceSourceClass,
PropertyList properties)
Loads and returns the GovernanceType from the
GovernanceSource class. |
|
|
loadSpecification(Class<GS> governanceSourceClass)
Loads and returns the PropertyList from the
GovernanceSourceSpecification for the GovernanceSource. |
|
| Method Detail |
|---|
<I,F extends Enum<F>,GS extends GovernanceSource<I,F>> PropertyList loadSpecification(Class<GS> governanceSourceClass)
PropertyList from the
GovernanceSourceSpecification for the GovernanceSource.
governanceSourceClass - Class of the GovernanceSource.
PropertyList of the GovernanceSourceProperty
instances of the GovernanceSourceSpecification or
null if issue, which is reported to the
CompilerIssues.
<I,F extends Enum<F>,GS extends GovernanceSource<I,F>> GovernanceType<I,F> loadGovernanceType(Class<GS> governanceSourceClass,
PropertyList properties)
GovernanceType from the
GovernanceSource class.
governanceSourceClass - Class of the GovernanceSource.properties - PropertyList containing the properties to source the
GovernanceType.
GovernanceType or null if issues, which is
reported to the CompilerIssues.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||