org.apache.stylebook.producers
Class DirectoryProducer

java.lang.Object
  extended by org.apache.stylebook.AbstractComponent
      extended by org.apache.stylebook.producers.DirectoryProducer
All Implemented Interfaces:
Component, Producer

public class DirectoryProducer
extends AbstractComponent
implements Producer

Version:
CVS $Revision: 313274 $ $Date: 2000-07-09 13:44:21 +0100 (Sun, 09 Jul 2000) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.

Field Summary
 
Fields inherited from class org.apache.stylebook.AbstractComponent
engine, params
 
Constructor Summary
DirectoryProducer()
           
 
Method Summary
 Document produce(CreationContext c)
           
 
Methods inherited from class org.apache.stylebook.AbstractComponent
debug, init, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.stylebook.Component
init
 

Constructor Detail

DirectoryProducer

public DirectoryProducer()
Method Detail

produce

public Document produce(CreationContext c)
                 throws CreationException,
                        IOException
Specified by:
produce in interface Producer
Throws:
CreationException
IOException