net.sf.efhnbm/0 0.4 5

net.sf.efhnbm.launchers
Class Win32Launcher

java.lang.Object
  extended by net.sf.efhnbm.launchers.Win32Launcher
All Implemented Interfaces:
Launcher

public class Win32Launcher
extends java.lang.Object
implements Launcher

a win32 launcher

Version:
$Id: Win32Launcher.java 27 2007-01-04 14:37:24Z anegrin $
Author:
alessandro negrin

Constructor Summary
Win32Launcher()
          default constructor
 
Method Summary
 void explore(java.lang.String path)
          launch the windows command to explore a directory
 void select(java.lang.String path)
          launch the windows command to select a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Win32Launcher

public Win32Launcher()
default constructor

Method Detail

explore

public void explore(java.lang.String path)
             throws java.lang.Exception
launch the windows command to explore a directory

Specified by:
explore in interface Launcher
Parameters:
path - the path to explore
Throws:
java.lang.Exception - if something goes wrong in the runtime

select

public void select(java.lang.String path)
            throws java.lang.Exception
launch the windows command to select a file

Specified by:
select in interface Launcher
Parameters:
path - the path to explore
Throws:
java.lang.Exception - if something goes wrong in the runtime

net.sf.efhnbm/0 0.4 5