com.mucommander.bookmark.file
Class BookmarkProtocolProvider

java.lang.Object
  extended by com.mucommander.bookmark.file.BookmarkProtocolProvider
All Implemented Interfaces:
ProtocolProvider

public class BookmarkProtocolProvider
extends java.lang.Object
implements ProtocolProvider

This class is the provider for the bookmark filesystem implemented by BookmarkFile.

Author:
Nicolas Rinaudo
See Also:
BookmarkFile

Constructor Summary
BookmarkProtocolProvider()
           
 
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

BookmarkProtocolProvider

public BookmarkProtocolProvider()
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