org.apache.excalibur.source.impl
Class FTPSourceFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.excalibur.source.impl.URLSourceFactory
org.apache.excalibur.source.impl.FTPSourceFactory
- All Implemented Interfaces:
- org.apache.avalon.framework.component.Component, org.apache.avalon.framework.logger.LogEnabled, SourceFactory, org.apache.avalon.framework.thread.ThreadSafe
- public final class FTPSourceFactory
- extends URLSourceFactory
- implements SourceFactory, org.apache.avalon.framework.thread.ThreadSafe
A factory for an @link FTPSource.
- Author:
- Avalon Development Team
- Implements service:
- type=SourceFactory
- Avalon component
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FTPSourceFactory
public FTPSourceFactory()
createURLSource
protected Source createURLSource(URL url,
Map parameters)
throws MalformedURLException,
IOException
- Creates an FTPSource.
- Overrides:
createURLSource
in class URLSourceFactory
- Throws:
MalformedURLException
IOException
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.