org.semanticdesktop.aperture.opener.http
Class HttpOpener
java.lang.Object
  
org.semanticdesktop.aperture.opener.http.HttpOpener
- All Implemented Interfaces: 
 - DataOpener
 
public class HttpOpener
- extends Object
- implements DataOpener
  
 
| 
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 | 
 
HttpOpener
public HttpOpener()
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.