public class KotlinProcedureSourceServiceFactory extends Object implements ProcedureSourceServiceFactory
ProcedureSourceServiceFactory.| Modifier and Type | Field and Description |
|---|---|
static String |
SOURCE_NAME
Source name.
|
| Constructor and Description |
|---|
KotlinProcedureSourceServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcedureSource |
createService(net.officefloor.frame.api.source.ServiceContext serviceContext) |
static Class<?> |
getKotlinFunctions(String resource,
net.officefloor.frame.api.source.ServiceContext context)
Obtains the Kotlin functions
Class. |
public static final String SOURCE_NAME
public static Class<?> getKotlinFunctions(String resource, net.officefloor.frame.api.source.ServiceContext context)
Class.resource - Resource.context - ServiceContext.Class or null.public ProcedureSource createService(net.officefloor.frame.api.source.ServiceContext serviceContext) throws Throwable
createService in interface net.officefloor.frame.api.source.ServiceFactory<ProcedureSource>ThrowableCopyright © 2005–2020 OfficeFloor. All rights reserved.