com.timeindexing.appl
Class ArgArrayConverter

java.lang.Object
  extended bycom.timeindexing.appl.ArgArrayConverter

public class ArgArrayConverter
extends java.lang.Object

This class is used by applications to do processing of an arg array in order to get an IndexProperties object that can be used by a SelectionProcessor.


Constructor Summary
ArgArrayConverter()
          Construct an ArgArrayConverter.
 
Method Summary
 IndexProperties convert(java.lang.String[] args)
          Process and convert the argument array and build an IndexProperties object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgArrayConverter

public ArgArrayConverter()
Construct an ArgArrayConverter.

Method Detail

convert

public IndexProperties convert(java.lang.String[] args)
Process and convert the argument array and build an IndexProperties object. The IndexProperties object willbe suitable for use by a SelectionProcessor.