org.apache.avalon.excalibur.source
Interface SourceFactory

All Superinterfaces:
org.apache.avalon.framework.component.Component
All Known Implementing Classes:
ResourceSourceFactory

public interface SourceFactory
extends org.apache.avalon.framework.component.Component

Version:
$Id: SourceFactory.java,v 1.4 2001/12/11 09:53:36 jefft Exp $
Author:
Carsten Ziegeler

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 Source getSource(java.lang.String location, SourceParameters parameters)
          Get a Source object.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

getSource

public Source getSource(java.lang.String location,
                        SourceParameters parameters)
                 throws java.net.MalformedURLException,
                        java.io.IOException
Get a Source object.
Parameters:
parameters - This is optional.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.