Uses of Interface
net.officefloor.compile.spi.supplier.source.SupplierSource
- 
- 
Uses of SupplierSource in net.officefloor.compileClasses in net.officefloor.compile with type parameters of type SupplierSource Modifier and Type Interface Description interfaceSupplierSourceService<S extends SupplierSource>Service to plug-in anSupplierSourceClassalias by including the extensionSupplierSourcejar on the class path.Methods in net.officefloor.compile with type parameters of type SupplierSource Modifier and Type Method Description abstract <S extends SupplierSource>
 voidOfficeFloorCompiler. addSupplierSourceAlias(java.lang.String alias, java.lang.Class<S> supplierSourceClass)Allows providing an alias name for aSupplierSource.
- 
Uses of SupplierSource in net.officefloor.compile.implMethods in net.officefloor.compile.impl with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
 voidOfficeFloorCompilerImpl. addSupplierSourceAlias(java.lang.String alias, java.lang.Class<S> supplierSourceClass)<S extends SupplierSource>
 java.lang.Class<S>OfficeFloorCompilerImpl. getSupplierSourceClass(java.lang.String supplierSourceClassName, SupplierNode node)
- 
Uses of SupplierSource in net.officefloor.compile.impl.adaptMethods in net.officefloor.compile.impl.adapt with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
 voidOfficeFloorCompilerAdapter. addSupplierSourceAlias(java.lang.String alias, java.lang.Class<S> supplierSourceClass)
- 
Uses of SupplierSource in net.officefloor.compile.impl.officeMethods in net.officefloor.compile.impl.office with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierTypeOfficeSourceContextImpl. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
- 
Uses of SupplierSource in net.officefloor.compile.impl.officefloorMethods in net.officefloor.compile.impl.officefloor with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierTypeOfficeFloorSourceContextImpl. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
- 
Uses of SupplierSource in net.officefloor.compile.impl.structureMethods in net.officefloor.compile.impl.structure with parameters of type SupplierSource Modifier and Type Method Description OfficeFloorSupplierOfficeFloorNodeImpl. addSupplier(java.lang.String supplierName, SupplierSource supplierSource)OfficeSupplierOfficeNodeImpl. addSupplier(java.lang.String supplierName, SupplierSource supplierSource)voidSupplierNodeImpl. initialise(java.lang.String supplierSourceClassName, SupplierSource supplierSource)
- 
Uses of SupplierSource in net.officefloor.compile.impl.supplierMethods in net.officefloor.compile.impl.supplier with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
 InitialSupplierTypeSupplierLoaderImpl. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, PropertyList propertyList)<S extends SupplierSource>
 PropertyListSupplierLoaderImpl. loadSpecification(java.lang.Class<S> supplierSourceClass)Methods in net.officefloor.compile.impl.supplier with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierTypeSupplierLoaderImpl. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)PropertyListSupplierLoaderImpl. loadSpecification(SupplierSource supplierSource)
- 
Uses of SupplierSource in net.officefloor.compile.internal.structureMethods in net.officefloor.compile.internal.structure with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
 java.lang.Class<S>NodeContext. getSupplierSourceClass(java.lang.String supplierSourceClassName, SupplierNode node)Obtains theSupplierSourceclass.Methods in net.officefloor.compile.internal.structure with parameters of type SupplierSource Modifier and Type Method Description voidSupplierNode. initialise(java.lang.String supplierSourceClassName, SupplierSource supplierSource)Initialises theSupplierNode.
- 
Uses of SupplierSource in net.officefloor.compile.spi.officeMethods in net.officefloor.compile.spi.office with parameters of type SupplierSource Modifier and Type Method Description OfficeSupplierOfficeArchitect. addSupplier(java.lang.String supplierName, SupplierSource supplierSource)Adds anOfficeSupplier.
- 
Uses of SupplierSource in net.officefloor.compile.spi.office.sourceMethods in net.officefloor.compile.spi.office.source with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierTypeOfficeSourceContext. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)Loads theInitialSupplierType.
- 
Uses of SupplierSource in net.officefloor.compile.spi.officefloorMethods in net.officefloor.compile.spi.officefloor with parameters of type SupplierSource Modifier and Type Method Description OfficeFloorSupplierOfficeFloorDeployer. addSupplier(java.lang.String supplierName, SupplierSource supplierSource)Adds anOfficeFloorSupplier.
- 
Uses of SupplierSource in net.officefloor.compile.spi.officefloor.sourceMethods in net.officefloor.compile.spi.officefloor.source with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierTypeOfficeFloorSourceContext. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)Loads theInitialSupplierType.
- 
Uses of SupplierSource in net.officefloor.compile.spi.supplier.source.implClasses in net.officefloor.compile.spi.supplier.source.impl that implement SupplierSource Modifier and Type Class Description classAbstractSupplierSourceAbstractSupplierSource.
- 
Uses of SupplierSource in net.officefloor.compile.supplierMethods in net.officefloor.compile.supplier with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
 InitialSupplierTypeSupplierLoader. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, PropertyList propertyList)Loads and returnsInitialSupplierTypefor theSupplierSource.<S extends SupplierSource>
 PropertyListSupplierLoader. loadSpecification(java.lang.Class<S> supplierSourceClass)Methods in net.officefloor.compile.supplier with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierTypeSupplierLoader. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)Loads and returnsInitialSupplierTypefor theSupplierSource.PropertyListSupplierLoader. loadSpecification(SupplierSource supplierSource)
- 
Uses of SupplierSource in net.officefloor.compile.test.supplierMethods in net.officefloor.compile.test.supplier with type parameters of type SupplierSource Modifier and Type Method Description static <S extends SupplierSource>
 InitialSupplierTypeSupplierLoaderUtil. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)Convenience method that loads theInitialSupplierTypeby obtaining theClassLoaderfrom theSupplierSourceclass.static <S extends SupplierSource>
 InitialSupplierTypeSupplierLoaderUtil. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)Convenience method that loads theInitialSupplierTypewith the providedOfficeFloorCompiler.static <S extends SupplierSource>
 SupplierTypeSupplierLoaderUtil. loadSupplierType(java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)Convenience method that loads theSupplierTypeby obtaining theClassLoaderfrom theSupplierSourceclass.static <S extends SupplierSource>
 SupplierTypeSupplierLoaderUtil. loadSupplierType(java.lang.Class<S> supplierSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)Convenience method that loads theSupplierTypewith the providedOfficeFloorCompiler.static <S extends SupplierSource>
 InitialSupplierTypeSupplierLoaderUtil. validateInitialSupplierType(SupplierTypeBuilder expectedSupplierType, java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)Convenience method that validates theInitialSupplierTypeloaded from the inputSupplierSourceagainst the expectedInitialSupplierTypefrom theSupplierTypeBuilder.static <S extends SupplierSource>
 PropertyListSupplierLoaderUtil. validateSpecification(java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameLabels)Validates theSupplierSourceSpecificationfor theSupplierSource.static <S extends SupplierSource>
 SupplierTypeSupplierLoaderUtil. validateSupplierType(SupplierTypeBuilder expectedSupplierType, java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)Convenience method that validates theSupplierTypeloaded from the inputSupplierSourceagainst the expectedSupplierTypefrom theSupplierTypeBuilder.
- 
Uses of SupplierSource in net.officefloor.jaxrsClasses in net.officefloor.jaxrs that implement SupplierSource Modifier and Type Class Description classJaxRsSupplierSourceJAX-RSSupplierSource.
- 
Uses of SupplierSource in net.officefloor.nosql.cosmosdbClasses in net.officefloor.nosql.cosmosdb that implement SupplierSource Modifier and Type Class Description classAbstractCosmosDbSupplierSourceclassCosmosAsyncDbSupplierSourceSupplierSourceforCosmosAsyncDatabase.classCosmosDbSupplierSourceSupplierSourceforCosmosDatabase.
- 
Uses of SupplierSource in net.officefloor.nosql.dynamodbClasses in net.officefloor.nosql.dynamodb that implement SupplierSource Modifier and Type Class Description classDynamoDbSupplierSourceSupplierSourceforDynamoDBMapper.
- 
Uses of SupplierSource in net.officefloor.nosql.objectifyClasses in net.officefloor.nosql.objectify that implement SupplierSource Modifier and Type Class Description classObjectifySupplierSourceSupplierSourceto provideObjectify.
- 
Uses of SupplierSource in net.officefloor.servlet.supplyClasses in net.officefloor.servlet.supply that implement SupplierSource Modifier and Type Class Description classServletSupplierSourceSupplierSourceto provideServletfunctionality.
- 
Uses of SupplierSource in net.officefloor.springClasses in net.officefloor.spring that implement SupplierSource Modifier and Type Class Description classSpringSupplierSourceSpringSupplierSource.
- 
Uses of SupplierSource in net.officefloor.webappClasses in net.officefloor.webapp that implement SupplierSource Modifier and Type Class Description static classWebAppWoofExtensionService.WebAppSupplierSourceWebAppSupplierSource.
 
-