org.semanticdesktop.aperture.opener.email
Class EmailOpener

java.lang.Object
  extended by org.semanticdesktop.aperture.opener.email.EmailOpener
All Implemented Interfaces:
DataOpener

public class EmailOpener
extends Object
implements DataOpener

Supported URI's: email://MSGID msgid://MSGID imap://


Constructor Summary
EmailOpener()
           
 
Method Summary
 void open(URI uri)
          Opens the resource indicated by the specified URI in the application that the user typically would use to access such a resource.
 void openCommand(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailOpener

public EmailOpener()
Method Detail

open

public void open(URI uri)
          throws IOException
Description copied from interface: DataOpener
Opens the resource indicated by the specified URI in the application that the user typically would use to access such a resource.

Specified by:
open in interface DataOpener
Parameters:
uri - The uri of the resource that should be opened
Throws:
IOException - In case of an I/O error.

openCommand

public void openCommand(String uri)
                 throws IOException
Throws:
IOException


Copyright © 2010 Aperture Development Team. All Rights Reserved.