org.umber.catalan.process.workers.velocity
Class VelocityProperties

java.lang.Object
  extended byorg.umber.catalan.process.properties.BaseWorkProperties
      extended byorg.umber.catalan.process.properties.ChainedProperties
          extended byorg.umber.catalan.process.properties.CommonProperties
              extended byorg.umber.catalan.process.workers.velocity.VelocityProperties
All Implemented Interfaces:
IWorkProperties

public class VelocityProperties
extends CommonProperties

Specialized properties container for VelocityWorker.

Author:
jsheets

Constructor Summary
VelocityProperties(IWorkProperties baseProps)
          Creates a new instance of VelocityProperties.
 
Method Summary
 java.lang.String[] getFields()
          Retrieves the value of the "fields" property.
 java.lang.String getTemplate()
          Retrieves the value of the "template" property.
 
Methods inherited from class org.umber.catalan.process.properties.CommonProperties
getCommand, getCount, getEndIndex, getStartIndex
 
Methods inherited from class org.umber.catalan.process.properties.ChainedProperties
addPropertySet, getProperty, getPropertyNames, getPropertySets, toString
 
Methods inherited from class org.umber.catalan.process.properties.BaseWorkProperties
asMap, asMap, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.umber.catalan.process.properties.IWorkProperties
getProperty, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString, getPropertyNames
 

Constructor Detail

VelocityProperties

public VelocityProperties(IWorkProperties baseProps)
Creates a new instance of VelocityProperties.

Parameters:
baseProps - properties to wrap
Method Detail

getTemplate

public java.lang.String getTemplate()
Retrieves the value of the "template" property.

Returns:
the "template" property

getFields

public java.lang.String[] getFields()
Retrieves the value of the "fields" property.

Returns:
the "fields" property