Class ProcessOptions

java.lang.Object
  |
  +--ProcessOptions

public class ProcessOptions
extends java.lang.Object

This class contains settings which determine how web pages are to be generated for a given run. More options to be added as time permits and the need arises.

Author:
John E. Darrow (c) 2000, 2001

Field Summary
 boolean makeSortCapt
          Whether the Sorted by Caption pages should be generated.
 
Constructor Summary
ProcessOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

makeSortCapt

public boolean makeSortCapt
Whether the Sorted by Caption pages should be generated.
Constructor Detail

ProcessOptions

public ProcessOptions()