net.sf.efhnbm/0 0.4 5

net.sf.efhnbm.launchers
Class LinuxLauncher

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

public class LinuxLauncher
extends java.lang.Object
implements Launcher

a generic linux launcher. nautilus or konqueror required

Version:
$Id: LinuxLauncher.java 40 2007-12-13 15:25:01Z anegrin $
Author:
alessandro negrin

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

Constructor Detail

LinuxLauncher

public LinuxLauncher()
default constructor

Method Detail

explore

public void explore(java.lang.String path)
             throws java.lang.Exception
launch the linux 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 linux command to select a file (by now open the parent dir)

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