public abstract class Layout extends Assembler
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_SIZE_DEFAULT
The default size for the layout cache
|
static String |
CACHE_SIZE_KEY
Property for the size of the layout cache if caching is on
|
static String |
NAME
Represents Layout Objects
|
static String |
PREFIX
Prefix for layout related classes and templates
|
Constructor and Description |
---|
Layout() |
Modifier and Type | Method and Description |
---|---|
protected void |
build(PipelineData pipelineData)
Subclasses can override this method to add additional
functionality.
|
protected abstract void |
doBuild(PipelineData pipelineData)
A subclass must override this method to perform 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 Layout()
public String getPrefix()
Assembler
getPrefix
in class Assembler
Assembler.getPrefix()
protected abstract void doBuild(PipelineData pipelineData) throws Exception
pipelineData
- Turbine information.Exception
- a generic exception.protected void build(PipelineData pipelineData) throws Exception
pipelineData
- Turbine information.Exception
- a generic exception.Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.