com.mytrendtimer.guitrendtimer
Class GUIExtLauncher

java.lang.Object
  extended by com.mytrendtimer.guitrendtimer.GUIExtLauncher

public class GUIExtLauncher
extends java.lang.Object

Technical class used to run an external (plateform dependant) programm.

Version:
v0.82
Author:
FRM

Constructor Summary
GUIExtLauncher()
           
 
Method Summary
static void browse(java.lang.String fileToBrowseArg)
          Method to browse a file with external, plateform dependant browser.
static void run(java.lang.String fileToEditArg)
          Method to edit a file with external, plateform dependant editor.
static void tail(java.lang.String fileToTailArg)
          Method to tail a file with external, plateform dependant utility.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIExtLauncher

public GUIExtLauncher()
Method Detail

browse

public static void browse(java.lang.String fileToBrowseArg)
Method to browse a file with external, plateform dependant browser.

Parameters:
fileToBrowseArg - The file to be loader in browser

run

public static void run(java.lang.String fileToEditArg)
Method to edit a file with external, plateform dependant editor.

Parameters:
fileToEditArg - The file to be loader in editor

tail

public static void tail(java.lang.String fileToTailArg)
Method to tail a file with external, plateform dependant utility.

Parameters:
fileToTailArg - The file to be tailed