net.sf.efhnbm/0 0.4 5

net.sf.efhnbm
Interface Launcher

All Known Implementing Classes:
CommandLauncher, LinuxLauncher, Win32Launcher

public interface Launcher

launcher interface. implement this to make a new launcher an register it in the launchers.properties

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

Method Summary
 void explore(java.lang.String path)
          launch a runtime command for exploring a path
 void select(java.lang.String path)
          launch a runtime command for selecting a file
 

Method Detail

explore

void explore(java.lang.String path)
             throws java.lang.Exception
launch a runtime command for exploring a path

Parameters:
path - the path to work on
Throws:
java.lang.Exception - if something goes wrong in the runtime

select

void select(java.lang.String path)
            throws java.lang.Exception
launch a runtime command for selecting a file

Parameters:
path - the path to work on
Throws:
java.lang.Exception - if something goes wrong in the runtime

net.sf.efhnbm/0 0.4 5