Uses of Interface
org.apache.excalibur.source.SourceFactory

Packages that use SourceFactory
org.apache.excalibur.source.impl   
 

Uses of SourceFactory in org.apache.excalibur.source.impl
 

Classes in org.apache.excalibur.source.impl that implement SourceFactory
 class CommonsVFSSourceFactory
          A factory for source types supported by Commons VFS.
 class FileSourceFactory
          A factory for filesystem-based sources (see FileSource).
 class FTPSourceFactory
          A factory for an @link FTPSource.
 class HTTPClientSourceFactory
          HTTPClientSource Factory class.
 class HTTPSClientSourceFactory
          HTTPClientSource Factory class.
 class ResourceSourceFactory
          A factory for the Resource protocol
 class URLSourceFactory
          A factory for a URL wrapper
 

Methods in org.apache.excalibur.source.impl that return SourceFactory
protected  SourceFactory SourceResolverImpl.getSourceFactory(java.lang.String protocol)
           
protected  SourceFactory DefaultSourceResolver.getSourceFactory(java.lang.String protocol)
           
protected abstract  SourceFactory AbstractSourceResolver.getSourceFactory(java.lang.String protocol)
           
 

Methods in org.apache.excalibur.source.impl with parameters of type SourceFactory
protected  void SourceResolverImpl.releaseSourceFactory(SourceFactory factory)
           
protected  void AbstractSourceResolver.releaseSourceFactory(SourceFactory factory)
           
 



Copyright © 1997-2007 Apache Software Foundation. All Rights Reserved.