public abstract class Navigation extends Assembler
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_SIZE_DEFAULT
The default size for the navigation cache
|
static String |
CACHE_SIZE_KEY
Property for the size of the navigation cache if caching is on
|
static String |
NAME
Represents Navigation Objects
|
static String |
PREFIX
Prefix for navigation related classes and templates
|
Constructor and Description |
---|
Navigation() |
Modifier and Type | Method and Description |
---|---|
protected String |
build(PipelineData pipelineData)
Subclasses can override this method to add additional
functionality.
|
protected abstract String |
doBuild(PipelineData pipelineData)
A subclass must override this method to build itself.
|
String |
getPrefix()
Abstract method to provide the prefix for module related classes and
templates
|
getRunData
public static final String PREFIX
public static final String CACHE_SIZE_KEY
public static final int CACHE_SIZE_DEFAULT
public static final String NAME
public Navigation()
public String getPrefix()
Assembler
getPrefix
in class Assembler
Assembler.getPrefix()
protected abstract String doBuild(PipelineData pipelineData) throws Exception
pipelineData
- Turbine information.Exception
- a generic exception.protected String build(PipelineData pipelineData) throws Exception
pipelineData
- Turbine information.Exception
- a generic exception.Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.