com.timeindexing.appl
Class IndexPropertiesProcessor

java.lang.Object
  extended by com.timeindexing.appl.IndexPropertiesProcessor

public class IndexPropertiesProcessor
extends java.lang.Object

The IndexPropertiesProcessor has various methods for IndexProperties and which contain useful functions.


Constructor Summary
IndexPropertiesProcessor()
           
 
Method Summary
 Interval createInterval(Index index, IndexProperties properties)
          Create an Interval from an Index and some IndexProperties and creates an Interval.
 java.lang.String fileNameGenerator(java.lang.String rootName, IndexProperties properties)
          Create a useful filename given a root name and some IndexProperties.
 java.lang.String prettyPrint(IndexProperties properties)
          Pretty Print some IndexProperties for specifying an Interval.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexPropertiesProcessor

public IndexPropertiesProcessor()
Method Detail

createInterval

public Interval createInterval(Index index,
                               IndexProperties properties)
Create an Interval from an Index and some IndexProperties and creates an Interval.


fileNameGenerator

public java.lang.String fileNameGenerator(java.lang.String rootName,
                                          IndexProperties properties)
Create a useful filename given a root name and some IndexProperties.


prettyPrint

public java.lang.String prettyPrint(IndexProperties properties)
Pretty Print some IndexProperties for specifying an Interval.



Timeindexing 2008