Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » source » [javadoc | source]
org.apache.cocoon.components.source
public class: FileSourceFactory [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.components.source.FileSourceFactory

All Implemented Interfaces:
    SourceFactory, org.apache.avalon.framework.thread.ThreadSafe, org.apache.avalon.framework.component.Composable

Deprecated! Use - the new avalon source resolving instead

A factory for 'file:' sources.
Method from org.apache.cocoon.components.source.FileSourceFactory Summary:
compose,   getSource,   getSource
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.source.FileSourceFactory Detail:
 public  void compose(ComponentManager manager) throws ComponentException 
      Deprecated!
 public Source getSource(Environment environment,
    String location) throws MalformedURLException, IOException, ProcessingException 
      Deprecated!
 public Source getSource(Environment environment,
    URL base,
    String location) throws MalformedURLException, IOException, ProcessingException 
      Deprecated!