Modifier and Type | Class and Description |
---|---|
class |
SupplierTypeImpl
SupplierType implementation. |
Modifier and Type | Method and Description |
---|---|
<S extends SupplierSource> |
SupplierSourceContextImpl.loadSupplier(Class<S> supplierSourceClass,
PropertyList propertyList,
SupplyOrder... supplyOrders)
Loads the
SupplierType from the added ManagedObject
instances, along with filling SupplyOrder instances. |
<S extends SupplierSource> |
SupplierLoaderImpl.loadSupplierType(Class<S> supplierSourceClass,
PropertyList propertyList) |
Modifier and Type | Method and Description |
---|---|
<S extends SupplierSource> |
SupplierLoader.loadSupplierType(Class<S> supplierSourceClass,
PropertyList propertyList)
Loads and returns
SupplierType for the SupplierSource . |
Modifier and Type | Method and Description |
---|---|
SupplierType |
OfficeFloorSourceContextImpl.loadSupplierType(String supplierSourceClassName,
PropertyList properties) |
Modifier and Type | Method and Description |
---|---|
SupplierType |
OfficeFloorSourceContext.loadSupplierType(String supplierSourceClassName,
PropertyList properties)
Loads the
SupplierType . |
Modifier and Type | Method and Description |
---|---|
static <S extends SupplierSource> |
SupplierLoaderUtil.loadSupplierType(Class<S> supplierSourceClass,
OfficeFloorCompiler compiler,
String... propertyNameValues)
Convenience method that loads the
SupplierType with the provided
OfficeFloorCompiler . |
static <S extends SupplierSource> |
SupplierLoaderUtil.loadSupplierType(Class<S> supplierSourceClass,
String... propertyNameValues)
Convenience method that loads the
SupplierType by obtaining the
ClassLoader from the SupplierSource class. |
static <S extends SupplierSource> |
SupplierLoaderUtil.validateSupplierType(net.officefloor.compile.test.supplier.SupplierLoaderUtil.SupplierTypeBuilder expectedSupplierType,
Class<S> supplierSourceClass,
OfficeFloorCompiler compiler,
String... propertyNameValues)
Convenience method that validates the
SupplierType loaded from
the input SupplierSource against the expected
SupplierType from the SupplierTypeBuilder . |
static <S extends SupplierSource> |
SupplierLoaderUtil.validateSupplierType(net.officefloor.compile.test.supplier.SupplierLoaderUtil.SupplierTypeBuilder expectedSupplierType,
Class<S> supplierSourceClass,
String... propertyNameValues)
Convenience method that validates the
SupplierType loaded from
the input SupplierSource against the expected
SupplierType from the SupplierTypeBuilder . |
Copyright © 2005–2016. All rights reserved.