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