com.mucommander.file.impl.ftp
Class FTPProtocolProvider

java.lang.Object
  extended by com.mucommander.file.impl.ftp.FTPProtocolProvider
All Implemented Interfaces:
ProtocolProvider

public class FTPProtocolProvider
extends java.lang.Object
implements ProtocolProvider

This class is the provider for the FTP filesystem implemented by FTPFile.

Author:
Nicolas Rinaudo
See Also:
FTPFile

Constructor Summary
FTPProtocolProvider()
           
 
Method Summary
 AbstractFile getFile(FileURL url)
          Creates a new instance of AbstractFile that matches the specified URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPProtocolProvider

public FTPProtocolProvider()
Method Detail

getFile

public AbstractFile getFile(FileURL url)
                     throws java.io.IOException
Description copied from interface: ProtocolProvider
Creates a new instance of AbstractFile that matches the specified URL.

Specified by:
getFile in interface ProtocolProvider
Parameters:
url - URL to map as an AbstractFile.
Returns:
a new instance of AbstractFile that matches the specified URL.
Throws:
java.io.IOException - if an error occurs.


This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard