public class PythonScreenFactory extends PythonBaseFactory<Screen>
PYTHON_CONFIG_FILE, PYTHON_PATH
Constructor and Description |
---|
PythonScreenFactory() |
Modifier and Type | Method and Description |
---|---|
Screen |
getAssembler(String name)
Get an Assembler.
|
Loader<Screen> |
getLoader()
Get the loader for this type of assembler
|
Class<Screen> |
getManagedClass()
Get the class of this assembler
|
getAssembler, getCacheSize
public PythonScreenFactory()
public Screen getAssembler(String name) throws Exception
name
- name of the requested AssemblerException
- generic exceptionpublic Loader<Screen> getLoader()
getLoader
in interface AssemblerFactory<Screen>
getLoader
in class PythonBaseFactory<Screen>
public Class<Screen> getManagedClass()
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.