net.sf.sqs_xml.util
Class AlbertBrowserLauncher

java.lang.Object
  extended bynet.sf.sqs_xml.util.AlbertBrowserLauncher
All Implemented Interfaces:
BrowserLauncher

public class AlbertBrowserLauncher
extends java.lang.Object
implements BrowserLauncher

Author:
hiroya

Constructor Summary
AlbertBrowserLauncher()
           
 
Method Summary
 void showDocument(java.io.File file)
           
 void showDocument(java.lang.String url)
           
 void showDocument(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbertBrowserLauncher

public AlbertBrowserLauncher()
Method Detail

showDocument

public void showDocument(java.net.URL url)
                  throws java.io.IOException
Specified by:
showDocument in interface BrowserLauncher
Throws:
java.io.IOException

showDocument

public void showDocument(java.lang.String url)
                  throws java.io.IOException
Specified by:
showDocument in interface BrowserLauncher
Throws:
java.io.IOException

showDocument

public void showDocument(java.io.File file)
                  throws java.io.IOException
Specified by:
showDocument in interface BrowserLauncher
Throws:
java.io.IOException