public class NavigationLoader extends GenericLoader<Navigation> implements Loader<Navigation>
ab
Modifier and Type | Method and Description |
---|---|
String |
eval(PipelineData pipelineData,
String name)
Attempts to load and execute the external Navigation.
|
void |
exec(PipelineData pipelineData,
String name)
Attempts to load and execute the external Navigation.
|
Navigation |
getAssembler(String name)
Pulls out an instance of the object by name.
|
int |
getCacheSize()
Get the size of a possibly configured cache
|
static NavigationLoader |
getInstance()
The method through which this class is accessed.
|
getAssembler, getBasePackage, getPackages, reload, setReload
public String eval(PipelineData pipelineData, String name) throws Exception
pipelineData
- Turbine information.name
- Name of object that will execute the navigation.Exception
- a generic exception.public void exec(PipelineData pipelineData, String name) throws Exception
exec
in class GenericLoader<Navigation>
pipelineData
- Turbine information.name
- Name of object instance.Exception
- a generic exception.public Navigation getAssembler(String name) throws Exception
getAssembler
in interface Loader<Navigation>
name
- Name of object instance.Exception
- a generic exception.public int getCacheSize()
Loader
getCacheSize
in interface Loader<Navigation>
Loader.getCacheSize()
public static NavigationLoader getInstance()
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.