Uses of Class
net.officefloor.compile.OfficeFloorCompiler
-
-
Uses of OfficeFloorCompiler in net.officefloor.activity.impl.procedure
Methods in net.officefloor.activity.impl.procedure with parameters of type OfficeFloorCompiler Modifier and Type Method Description ProcedureLoaderProcedureLoaderCompilerRunnable. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)Constructors in net.officefloor.activity.impl.procedure with parameters of type OfficeFloorCompiler Constructor Description ProcedureLoaderImpl(OfficeFloorCompiler compiler)Instantiate. -
Uses of OfficeFloorCompiler in net.officefloor.activity.procedure
Methods in net.officefloor.activity.procedure with parameters of type OfficeFloorCompiler Modifier and Type Method Description static ProcedureSourceProcedureLoaderUtil. loadProcedureSource(java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactoryClass, OfficeFloorCompiler compiler)static ProcedureTypeProcedureLoaderUtil. loadProcedureType(java.lang.String resource, java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactoryClass, java.lang.String procedureName, OfficeFloorCompiler compiler, java.lang.String... propertyNameValuePairs)Loads theProcedureTypefor theProcedure.static ProcedureLoaderProcedureLoaderUtil. newProcedureLoader(OfficeFloorCompiler compiler)Creates theProcedureLoaderfor theClassLoader.static ProcedureProcedureLoaderUtil. procedure(java.lang.String procedureName, java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactoryClass, OfficeFloorCompiler compiler, ProcedureProperty... properties)Convenience creation ofProcedurefor testing. -
Uses of OfficeFloorCompiler in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build with parameters of type OfficeFloorCompiler Modifier and Type Method Description static ProcedureLoaderProcedureEmployer. employProcedureLoader(OfficeFloorCompiler compiler)Creates theProcedureLoader. -
Uses of OfficeFloorCompiler in net.officefloor.compile
Methods in net.officefloor.compile that return OfficeFloorCompiler Modifier and Type Method Description OfficeFloorCompilerOfficeFloorCompiler.OfficeFloorCompilerFactory. createOfficeFloorCompiler(java.lang.ClassLoader classLoader)Creates theOfficeFloorCompiler.OfficeFloorCompilerOfficeFloorCompilerConfigurerContext. getOfficeFloorCompiler()Obtains theOfficeFloorCompilerbeing configured.static OfficeFloorCompilerOfficeFloorCompiler. newOfficeFloorCompiler(java.lang.ClassLoader implClassLoader)Creates a new instance of aOfficeFloorCompiler.Methods in net.officefloor.compile with parameters of type OfficeFloorCompiler Modifier and Type Method Description TOfficeFloorCompilerRunnable. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)Contains the runnable functionality. -
Uses of OfficeFloorCompiler in net.officefloor.compile.impl
Subclasses of OfficeFloorCompiler in net.officefloor.compile.impl Modifier and Type Class Description classOfficeFloorCompilerImplOfficeFloorCompilerimplementation. -
Uses of OfficeFloorCompiler in net.officefloor.compile.impl.adapt
Subclasses of OfficeFloorCompiler in net.officefloor.compile.impl.adapt Modifier and Type Class Description classOfficeFloorCompilerAdapterAdapts the implementingOfficeFloorCompilerto be used when theOfficeFloorCompilerreference may be from a differentClassLoader. -
Uses of OfficeFloorCompiler in net.officefloor.compile.impl.issues
Methods in net.officefloor.compile.impl.issues with parameters of type OfficeFloorCompiler Modifier and Type Method Description static OfficeFloorFailCompilerIssues. compile(OfficeFloorCompiler compiler, java.lang.String officeFloorName)Compiles with exception of first issue. -
Uses of OfficeFloorCompiler in net.officefloor.compile.test.managedfunction
Methods in net.officefloor.compile.test.managedfunction with parameters of type OfficeFloorCompiler Modifier and Type Method Description static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. loadManagedFunctionType(java.lang.Class<S> managedFunctionSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)Convenience method that loads theFunctionNamespaceTypewith the providedOfficeFloorCompiler.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.Class<S> managedFunctionSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder. -
Uses of OfficeFloorCompiler in net.officefloor.compile.test.managedobject
Methods in net.officefloor.compile.test.managedobject with parameters of type OfficeFloorCompiler Modifier and Type Method Description static voidManagedObjectLoaderUtil. setNextOfficeFloorCompiler(OfficeFloorCompiler compiler)Specifies theOfficeFloorCompilerfor the next operation. -
Uses of OfficeFloorCompiler in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor that return OfficeFloorCompiler Modifier and Type Method Description OfficeFloorCompilerCompileOfficeFloor. getOfficeFloorCompiler()Obtains theOfficeFloorCompiler. -
Uses of OfficeFloorCompiler in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier with parameters of type OfficeFloorCompiler Modifier and Type Method Description 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, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)Convenience method that loads theSupplierTypewith the providedOfficeFloorCompiler. -
Uses of OfficeFloorCompiler in net.officefloor.eclipse.bridge
Methods in net.officefloor.eclipse.bridge that return OfficeFloorCompiler Modifier and Type Method Description OfficeFloorCompilerEclipseEnvironmentBridge. getOfficeFloorCompiler() -
Uses of OfficeFloorCompiler in net.officefloor.gef.bridge
Methods in net.officefloor.gef.bridge that return OfficeFloorCompiler Modifier and Type Method Description OfficeFloorCompilerClassLoaderEnvironmentBridge. getOfficeFloorCompiler()OfficeFloorCompilerEnvironmentBridge. getOfficeFloorCompiler()Obtains theOfficeFloorCompiler. -
Uses of OfficeFloorCompiler in net.officefloor.test
Methods in net.officefloor.test with parameters of type OfficeFloorCompiler Modifier and Type Method Description protected java.util.function.Consumer<OfficeFloor>AbstractOfficeFloorJUnit. initialiseOfficeFloorCompiler(OfficeFloorCompiler compiler)Initialises theOfficeFloorCompiler. -
Uses of OfficeFloorCompiler in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build with parameters of type OfficeFloorCompiler Modifier and Type Method Description static HttpSecurityLoaderHttpSecurityArchitectEmployer. employHttpSecurityLoader(OfficeFloorCompiler compiler)Employs theHttpSecurityLoader. -
Uses of OfficeFloorCompiler in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type with parameters of type OfficeFloorCompiler Modifier and Type Method Description static HttpSecurityType<?,?,?,?,?>HttpSecurityTypeRunnable. loadHttpSecurityType(java.lang.String httpSecuritySourceClassName, PropertyList properties, OfficeFloorCompiler compiler)Convenience method to load theHttpSecurityType.static PropertyListHttpSecuritySourceSpecificationRunnable. loadSpecification(java.lang.String httpSecuritySourceClassName, OfficeFloorCompiler compiler)Convenience method to load the specification for theHttpSecuritySource.HttpSecurityLoaderHttpSecurityLoaderImpl. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)PropertyListHttpSecuritySourceSpecificationRunnable. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)HttpSecurityType<?,?,?,?,?>HttpSecurityTypeRunnable. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)Constructors in net.officefloor.web.security.type with parameters of type OfficeFloorCompiler Constructor Description HttpSecurityLoaderImpl(OfficeFloorCompiler compiler)Initiate. -
Uses of OfficeFloorCompiler in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build with parameters of type OfficeFloorCompiler Modifier and Type Method Description static WebTemplateLoaderWebTemplateArchitectEmployer. employWebTemplateLoader(OfficeFloorCompiler compiler)Employs theWebTemplateLoader. -
Uses of OfficeFloorCompiler in net.officefloor.web.template.type
Methods in net.officefloor.web.template.type with parameters of type OfficeFloorCompiler Modifier and Type Method Description WebTemplateLoaderWebTemplateLoaderImpl. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters) -
Uses of OfficeFloorCompiler in net.officefloor.woof.template
Methods in net.officefloor.woof.template with parameters of type OfficeFloorCompiler Modifier and Type Method Description PropertyListWoofTemplateExtensionLoaderImpl.LoadSpecification. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)Change<?>WoofTemplateExtensionLoaderImpl.RefactorTemplateExtension. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)
-