Uses of Interface
net.officefloor.frame.api.executive.source.ExecutiveSource
-
-
Uses of ExecutiveSource in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive with type parameters of type ExecutiveSource Modifier and Type Method Description <TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoader. loadExecutiveType(java.lang.Class<TS> executiveSourceClass, PropertyList propertyList)Loads and returns theExecutiveTypesourced from theExecutiveSource.<TS extends ExecutiveSource>
PropertyListExecutiveLoader. loadSpecification(java.lang.Class<TS> executiveSourceClass)Methods in net.officefloor.compile.executive with parameters of type ExecutiveSource Modifier and Type Method Description ExecutiveTypeExecutiveLoader. loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList)Loads and returns theExecutiveTypesourced from theExecutiveSource.PropertyListExecutiveLoader. loadSpecification(ExecutiveSource executiveSource) -
Uses of ExecutiveSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type ExecutiveSource Modifier and Type Method Description <S extends ExecutiveSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getExecutiveSourceClass(java.lang.String executiveSourceClassName, ExecutiveNode node) -
Uses of ExecutiveSource in net.officefloor.compile.impl.executive
Methods in net.officefloor.compile.impl.executive with type parameters of type ExecutiveSource Modifier and Type Method Description <TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoaderImpl. loadExecutiveType(java.lang.Class<TS> executiveSourceClass, PropertyList propertyList)<TS extends ExecutiveSource>
PropertyListExecutiveLoaderImpl. loadSpecification(java.lang.Class<TS> executiveSourceClass)Methods in net.officefloor.compile.impl.executive with parameters of type ExecutiveSource Modifier and Type Method Description ExecutiveTypeExecutiveLoaderImpl. loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList)PropertyListExecutiveLoaderImpl. loadSpecification(ExecutiveSource executiveSource) -
Uses of ExecutiveSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ExecutiveSource Modifier and Type Method Description voidExecutiveNodeImpl. initialise(java.lang.String executiveSourceClassName, ExecutiveSource executiveSource)OfficeFloorExecutiveOfficeFloorNodeImpl. setExecutive(ExecutiveSource executiveSource) -
Uses of ExecutiveSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type ExecutiveSource Modifier and Type Method Description <S extends ExecutiveSource>
java.lang.Class<S>NodeContext. getExecutiveSourceClass(java.lang.String executiveSourceClassName, ExecutiveNode node)Obtains theExecutiveSourceclass.Methods in net.officefloor.compile.internal.structure with parameters of type ExecutiveSource Modifier and Type Method Description voidExecutiveNode. initialise(java.lang.String executiveSourceClassName, ExecutiveSource executiveSource)Initialises theExecutiveNode. -
Uses of ExecutiveSource in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor with parameters of type ExecutiveSource Modifier and Type Method Description OfficeFloorExecutiveOfficeFloorDeployer. setExecutive(ExecutiveSource executiveSource)Sets theOfficeFloorExecutive. -
Uses of ExecutiveSource in net.officefloor.frame.api.build
Classes in net.officefloor.frame.api.build with type parameters of type ExecutiveSource Modifier and Type Interface Description interfaceExecutiveBuilder<TS extends ExecutiveSource>Builder ofExecutive.Methods in net.officefloor.frame.api.build with type parameters of type ExecutiveSource Modifier and Type Method Description <XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilder. setExecutive(java.lang.Class<XS> executiveSourceClass)<XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilder. setExecutive(XS executiveSource) -
Uses of ExecutiveSource in net.officefloor.frame.api.executive.source.impl
Classes in net.officefloor.frame.api.executive.source.impl that implement ExecutiveSource Modifier and Type Class Description classAbstractExecutiveSourceAbstractExecutiveSource. -
Uses of ExecutiveSource in net.officefloor.frame.impl.construct.executive
Classes in net.officefloor.frame.impl.construct.executive with type parameters of type ExecutiveSource Modifier and Type Class Description classExecutiveBuilderImpl<XS extends ExecutiveSource>Implements theExecutiveBuilder.Methods in net.officefloor.frame.impl.construct.executive with type parameters of type ExecutiveSource Modifier and Type Method Description <XS extends ExecutiveSource>
RawExecutiveMetaDataRawExecutiveMetaDataFactory. constructRawExecutiveMetaData(ExecutiveConfiguration<XS> configuration, java.lang.String officeFloorName, OfficeFloorIssues issues)Creates theRawExecutiveMetaData. -
Uses of ExecutiveSource in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor with type parameters of type ExecutiveSource Modifier and Type Method Description <XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilderImpl. setExecutive(java.lang.Class<XS> executiveSourceClass)<XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilderImpl. setExecutive(XS executiveSource) -
Uses of ExecutiveSource in net.officefloor.frame.impl.execute.executive
Classes in net.officefloor.frame.impl.execute.executive that implement ExecutiveSource Modifier and Type Class Description classDefaultExecutiveDefaultExecutive. -
Uses of ExecutiveSource in net.officefloor.frame.internal.configuration
Classes in net.officefloor.frame.internal.configuration with type parameters of type ExecutiveSource Modifier and Type Interface Description interfaceExecutiveConfiguration<XS extends ExecutiveSource>Configuration of anExecutive. -
Uses of ExecutiveSource in net.officefloor.frame.util
Methods in net.officefloor.frame.util with type parameters of type ExecutiveSource Modifier and Type Method Description <XS extends ExecutiveSource>
ExecutiveExecutiveSourceStandAlone. loadExecutive(java.lang.Class<XS> executiveSourceClass)Creates theExecutive.Methods in net.officefloor.frame.util with parameters of type ExecutiveSource Modifier and Type Method Description ExecutiveExecutiveSourceStandAlone. loadExecutive(ExecutiveSource executiveSource)Returns aExecutivefrom the loadedExecutiveSource. -
Uses of ExecutiveSource in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement ExecutiveSource Modifier and Type Class Description classWebThreadAffinityExecutiveSourceWeb basedExecutiveSourceprovidingThreadaffinity.
-