net.datacrow.util.launcher
Class URLLauncher

java.lang.Object
  extended by net.datacrow.util.launcher.Launcher
      extended by net.datacrow.util.launcher.URLLauncher

public class URLLauncher
extends Launcher


Constructor Summary
URLLauncher(java.net.URL url)
           
 
Method Summary
 void launch()
           
 
Methods inherited from class net.datacrow.util.launcher.Launcher
getDesktop, runCmd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLLauncher

public URLLauncher(java.net.URL url)
Method Detail

launch

public void launch()
Specified by:
launch in class Launcher