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:
- Component, LogEnabled, SourceFactory, ThreadSafe
- public final class FTPSourceFactory
- extends URLSourceFactory
- implements SourceFactory, ThreadSafe
A factory for an @link FTPSource.
- Author:
- Avalon Development Team
- Implements service:
- type=SourceFactory
- Avalon component
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
MalformedURLException
IOException
Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.