public class GroovyScriptFileHandlerFactory extends Object implements HandlerFactory
Modifier and Type | Field and Description |
---|---|
static String |
COMPILE_STATIC_PROPERTY_DEFAULT |
static String |
COMPILE_STATIC_PROPERTY_NAME |
static String |
SCRIPT_PROPERTY_DEFAULT |
static String |
SCRIPT_PROPERTY_NAME |
Constructor and Description |
---|
GroovyScriptFileHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
Handler |
create(LaunchConfig launchConfig)
Creates a handler from the given launch config.
|
public static final String SCRIPT_PROPERTY_NAME
public static final String SCRIPT_PROPERTY_DEFAULT
public static final String COMPILE_STATIC_PROPERTY_NAME
public static final String COMPILE_STATIC_PROPERTY_DEFAULT
public Handler create(LaunchConfig launchConfig)
HandlerFactory
create
in interface HandlerFactory
launchConfig
- The application launch config