org.semanticdesktop.aperture.opener.file
Class FileOpener

java.lang.Object
  extended by org.semanticdesktop.aperture.opener.file.FileOpener
All Implemented Interfaces:
DataOpener

public class FileOpener
extends Object
implements DataOpener


Constructor Summary
FileOpener()
           
 
Method Summary
static void main(String[] args)
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileOpener

public FileOpener()
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.

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2010 Aperture Development Team. All Rights Reserved.