org.apache.cocoon.pipeline.component.sax
Class FileGenerator

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.AbstractPipelineComponent
      extended by org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
          extended by org.apache.cocoon.pipeline.component.sax.AbstractGenerator
              extended by org.apache.cocoon.pipeline.component.sax.FileGenerator
All Implemented Interfaces:
CachingPipelineComponent, PipelineComponent, Producer, XMLProducer, Starter

public class FileGenerator
extends AbstractGenerator
implements CachingPipelineComponent


Constructor Summary
FileGenerator()
           
FileGenerator(URL source)
           
 
Method Summary
 CacheKey constructCacheKey()
          
 void execute()
          
 void setConfiguration(Map<String,? extends Object> configuration)
          
 void setSource(URL source)
           
 String toString()
           
 
Methods inherited from class org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
getXMLConsumer, setConsumer, setXMLConsumer
 
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent
finish, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent
finish, setup
 

Constructor Detail

FileGenerator

public FileGenerator()

FileGenerator

public FileGenerator(URL source)
Method Detail

constructCacheKey

public CacheKey constructCacheKey()

Specified by:
constructCacheKey in interface CachingPipelineComponent
See Also:
CachingPipelineComponent.constructCacheKey()

execute

public void execute()

Specified by:
execute in interface Starter
See Also:
Starter.execute()

setConfiguration

public void setConfiguration(Map<String,? extends Object> configuration)

Specified by:
setConfiguration in interface PipelineComponent
Overrides:
setConfiguration in class AbstractPipelineComponent
See Also:
AbstractPipelineComponent.setConfiguration(java.util.Map)

setSource

public void setSource(URL source)

toString

public String toString()
Overrides:
toString in class AbstractXMLProducer


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.