Uses of Interface
net.officefloor.compile.test.governance.GovernanceTypeBuilder
-
Packages that use GovernanceTypeBuilder Package Description net.officefloor.compile.test.governance -
-
Uses of GovernanceTypeBuilder in net.officefloor.compile.test.governance
Methods in net.officefloor.compile.test.governance that return GovernanceTypeBuilder Modifier and Type Method Description static GovernanceTypeBuilder
GovernanceLoaderUtil. createGovernanceTypeBuilder()
Creates theGovernanceTypeBuilder
to create the expectedGovernanceType
.Methods in net.officefloor.compile.test.governance with parameters of type GovernanceTypeBuilder Modifier and Type Method Description static <I,F extends java.lang.Enum<F>,S extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoaderUtil. validateGovernanceType(GovernanceTypeBuilder<?> expectedGovernanceType, java.lang.Class<S> governanceSourceClass, java.lang.String... propertyNameValues)
Validates theGovernanceType
contained in theGovernanceTypeBuilder
against theGovernanceType
loaded from theGovernanceSource
.
-