org.apache.cocoon.components.source
Interface SourceFactory

All Superinterfaces:
ThreadSafe
All Known Implementing Classes:
CocoonSourceFactory, FileSourceFactory

Deprecated. by the Avalon Exalibur Source Resolving

public interface SourceFactory
extends ThreadSafe

Version:
CVS $Id: SourceFactory.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Method Summary
 Source getSource(Environment environment, String location)
          Deprecated. Get a Source object.
 Source getSource(Environment environment, URL base, String location)
          Deprecated. Get a Source object.
 

Method Detail

getSource

Source getSource(Environment environment,
                 String location)
                 throws ProcessingException,
                        MalformedURLException,
                        IOException
Deprecated. 
Get a Source object.

Parameters:
environment - This is optional.
Throws:
ProcessingException
MalformedURLException
IOException

getSource

Source getSource(Environment environment,
                 URL base,
                 String location)
                 throws ProcessingException,
                        MalformedURLException,
                        IOException
Deprecated. 
Get a Source object.

Parameters:
environment - This is optional.
Throws:
ProcessingException
MalformedURLException
IOException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.