Interface GovernanceFactory<E,F extends java.lang.Enum<F>>
-
- Type Parameters:
E
- Extension interface type for theManagedObject
instances to be under thisGovernance
.F
-Flow
keys for theGovernance
.
- All Known Implementing Classes:
ClassGovernanceFactory
,ReflectiveGovernanceBuilder
public interface GovernanceFactory<E,F extends java.lang.Enum<F>>
Factory for the creation of theGovernance
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Governance<E,F>
createGovernance()
Creates theGovernance
.
-
-
-
Method Detail
-
createGovernance
Governance<E,F> createGovernance() throws java.lang.Throwable
Creates theGovernance
.- Returns:
Governance
.- Throws:
java.lang.Throwable
- If fails to create theGovernance
.
-
-