public class ScreenLoader extends GenericLoader<Screen>
ab
Modifier and Type | Method and Description |
---|---|
String |
eval(PipelineData pipelineData,
String name)
Attempts to load and execute the external Screen.
|
void |
exec(PipelineData pipelineData,
String name)
Attempts to load and execute the Screen.
|
static ScreenLoader |
getInstance()
The method through which this class is accessed.
|
getAssembler, getAssembler, getBasePackage, getCacheSize, getPackages, reload, setReload
public String eval(PipelineData pipelineData, String name) throws Exception
pipelineData
- Turbine information.name
- Name of object that will execute the screen.Exception
- a generic exception.public void exec(PipelineData pipelineData, String name) throws Exception
exec
in class GenericLoader<Screen>
pipelineData
- Turbine information.name
- Name of object that will execute the screen.Exception
- a generic exception.public static ScreenLoader getInstance()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.