Uses of Interface
net.officefloor.frame.api.executive.source.ExecutiveSource
Packages that use ExecutiveSource
Package
Description
-
Uses of ExecutiveSource in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive with type parameters of type ExecutiveSourceModifier and TypeMethodDescription<TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoader.loadExecutiveType(Class<TS> executiveSourceClass, PropertyList propertyList) Loads and returns theExecutiveTypesourced from theExecutiveSource.<TS extends ExecutiveSource>
PropertyListExecutiveLoader.loadSpecification(Class<TS> executiveSourceClass) Methods in net.officefloor.compile.executive with parameters of type ExecutiveSourceModifier and TypeMethodDescriptionExecutiveLoader.loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList) Loads and returns theExecutiveTypesourced from theExecutiveSource.ExecutiveLoader.loadSpecification(ExecutiveSource executiveSource) -
Uses of ExecutiveSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type ExecutiveSourceModifier and TypeMethodDescription<S extends ExecutiveSource>
Class<S>OfficeFloorCompilerImpl.getExecutiveSourceClass(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 ExecutiveSourceModifier and TypeMethodDescription<TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoaderImpl.loadExecutiveType(Class<TS> executiveSourceClass, PropertyList propertyList) <TS extends ExecutiveSource>
PropertyListExecutiveLoaderImpl.loadSpecification(Class<TS> executiveSourceClass) Methods in net.officefloor.compile.impl.executive with parameters of type ExecutiveSourceModifier and TypeMethodDescriptionExecutiveLoaderImpl.loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList) ExecutiveLoaderImpl.loadSpecification(ExecutiveSource executiveSource) -
Uses of ExecutiveSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ExecutiveSourceModifier and TypeMethodDescriptionvoidExecutiveNodeImpl.initialise(String executiveSourceClassName, ExecutiveSource executiveSource) OfficeFloorNodeImpl.setExecutive(ExecutiveSource executiveSource) -
Uses of ExecutiveSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type ExecutiveSourceModifier and TypeMethodDescription<S extends ExecutiveSource>
Class<S>NodeContext.getExecutiveSourceClass(String executiveSourceClassName, ExecutiveNode node) Obtains theExecutiveSourceclass.Methods in net.officefloor.compile.internal.structure with parameters of type ExecutiveSourceModifier and TypeMethodDescriptionvoidExecutiveNode.initialise(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 ExecutiveSourceModifier and TypeMethodDescriptionOfficeFloorDeployer.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 ExecutiveSourceModifier and TypeInterfaceDescriptioninterfaceExecutiveBuilder<TS extends ExecutiveSource>Builder ofExecutive.Methods in net.officefloor.frame.api.build with type parameters of type ExecutiveSourceModifier and TypeMethodDescription<XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilder.setExecutive(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 -
Uses of ExecutiveSource in net.officefloor.frame.impl.construct.executive
Classes in net.officefloor.frame.impl.construct.executive with type parameters of type ExecutiveSourceModifier and TypeClassDescriptionclassExecutiveBuilderImpl<XS extends ExecutiveSource>Implements theExecutiveBuilder.Methods in net.officefloor.frame.impl.construct.executive with type parameters of type ExecutiveSourceModifier and TypeMethodDescription<XS extends ExecutiveSource>
RawExecutiveMetaDataRawExecutiveMetaDataFactory.constructRawExecutiveMetaData(ExecutiveConfiguration<XS> configuration, 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 ExecutiveSourceModifier and TypeMethodDescription<XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilderImpl.setExecutive(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 -
Uses of ExecutiveSource in net.officefloor.frame.internal.configuration
Classes in net.officefloor.frame.internal.configuration with type parameters of type ExecutiveSourceModifier and TypeInterfaceDescriptioninterfaceExecutiveConfiguration<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 ExecutiveSourceModifier and TypeMethodDescription<XS extends ExecutiveSource>
ExecutiveExecutiveSourceStandAlone.loadExecutive(Class<XS> executiveSourceClass) Creates theExecutive.Methods in net.officefloor.frame.util with parameters of type ExecutiveSourceModifier and TypeMethodDescriptionExecutiveSourceStandAlone.loadExecutive(ExecutiveSource executiveSource) Returns aExecutivefrom the loadedExecutiveSource. -
Uses of ExecutiveSource in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement ExecutiveSource