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 ProcedureLoader
ProcedureLoaderCompilerRunnable. 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 ProcedureSource
ProcedureLoaderUtil. loadProcedureSource(java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactoryClass, OfficeFloorCompiler compiler)
static ProcedureType
ProcedureLoaderUtil. loadProcedureType(java.lang.String resource, java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactoryClass, java.lang.String procedureName, OfficeFloorCompiler compiler, java.lang.String... propertyNameValuePairs)
Loads theProcedureType
for theProcedure
.static ProcedureLoader
ProcedureLoaderUtil. newProcedureLoader(OfficeFloorCompiler compiler)
Creates theProcedureLoader
for theClassLoader
.static Procedure
ProcedureLoaderUtil. procedure(java.lang.String procedureName, java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactoryClass, OfficeFloorCompiler compiler, ProcedureProperty... properties)
Convenience creation ofProcedure
for 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 ProcedureLoader
ProcedureEmployer. 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 OfficeFloorCompiler
OfficeFloorCompiler.OfficeFloorCompilerFactory. createOfficeFloorCompiler(java.lang.ClassLoader classLoader)
Creates theOfficeFloorCompiler
.OfficeFloorCompiler
OfficeFloorCompilerConfigurerContext. getOfficeFloorCompiler()
Obtains theOfficeFloorCompiler
being configured.static OfficeFloorCompiler
OfficeFloorCompiler. 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 T
OfficeFloorCompilerRunnable. 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 class
OfficeFloorCompilerImpl
OfficeFloorCompiler
implementation. -
Uses of OfficeFloorCompiler in net.officefloor.compile.impl.adapt
Subclasses of OfficeFloorCompiler in net.officefloor.compile.impl.adapt Modifier and Type Class Description class
OfficeFloorCompilerAdapter
Adapts the implementingOfficeFloorCompiler
to be used when theOfficeFloorCompiler
reference 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 OfficeFloor
FailCompilerIssues. 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 theFunctionNamespaceType
with 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 theFunctionNamespaceType
loaded from the inputManagedFunctionSource
against the expectedFunctionNamespaceType
from 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 void
ManagedObjectLoaderUtil. setNextOfficeFloorCompiler(OfficeFloorCompiler compiler)
Specifies theOfficeFloorCompiler
for 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 OfficeFloorCompiler
CompileOfficeFloor. 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 theInitialSupplierType
with the providedOfficeFloorCompiler
.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil. loadSupplierType(java.lang.Class<S> supplierSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)
Convenience method that loads theSupplierType
with the providedOfficeFloorCompiler
. -
Uses of OfficeFloorCompiler in net.officefloor.eclipse.bridge
Methods in net.officefloor.eclipse.bridge that return OfficeFloorCompiler Modifier and Type Method Description OfficeFloorCompiler
EclipseEnvironmentBridge. getOfficeFloorCompiler()
-
Uses of OfficeFloorCompiler in net.officefloor.gef.bridge
Methods in net.officefloor.gef.bridge that return OfficeFloorCompiler Modifier and Type Method Description OfficeFloorCompiler
ClassLoaderEnvironmentBridge. getOfficeFloorCompiler()
OfficeFloorCompiler
EnvironmentBridge. 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 HttpSecurityLoader
HttpSecurityArchitectEmployer. 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 PropertyList
HttpSecuritySourceSpecificationRunnable. loadSpecification(java.lang.String httpSecuritySourceClassName, OfficeFloorCompiler compiler)
Convenience method to load the specification for theHttpSecuritySource
.HttpSecurityLoader
HttpSecurityLoaderImpl. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)
PropertyList
HttpSecuritySourceSpecificationRunnable. 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 WebTemplateLoader
WebTemplateArchitectEmployer. 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 WebTemplateLoader
WebTemplateLoaderImpl. 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 PropertyList
WoofTemplateExtensionLoaderImpl.LoadSpecification. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)
Change<?>
WoofTemplateExtensionLoaderImpl.RefactorTemplateExtension. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)
-