org.apache.cocoon.components.source
Interface SourceFactory
- All Superinterfaces:
- org.apache.avalon.framework.thread.ThreadSafe
- All Known Implementing Classes:
- CocoonSourceFactory
- public interface SourceFactory
- extends org.apache.avalon.framework.thread.ThreadSafe
- Version:
- $Id: SourceFactory.java,v 1.1.2.5 2001/10/11 08:56:09 cziegeler Exp $
- Author:
- Carsten Ziegeler
getSource
public Source getSource(Environment environment,
java.lang.String location)
throws ProcessingException,
java.net.MalformedURLException,
java.io.IOException
- Get a
Source
object.
- Parameters:
environment
- This is optional.
getSource
public Source getSource(Environment environment,
java.net.URL base,
java.lang.String location)
throws ProcessingException,
java.net.MalformedURLException,
java.io.IOException
- Get a
Source
object.
- Parameters:
environment
- This is optional.
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.