org.itr_rescue.dataGuard.Utilities
Class Utils

java.lang.Object
  extended by org.itr_rescue.dataGuard.Utilities.Utils

public class Utils
extends java.lang.Object


Field Summary
static java.lang.String MAC_OS_NAME
           
static java.lang.String WIN_OS_NAME
           
 
Constructor Summary
Utils()
           
 
Method Summary
static void cleanUp()
           
static java.lang.Process executeApp(java.lang.String command)
           
static java.lang.String getCommand()
           
static java.lang.String getDefaultDir()
           
static void openFile(java.io.File f)
           
static void openLocalFile(java.lang.String filePath, boolean localSource)
           
static void openURL(java.lang.String URL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAC_OS_NAME

public static final java.lang.String MAC_OS_NAME
See Also:
Constant Field Values

WIN_OS_NAME

public static final java.lang.String WIN_OS_NAME
See Also:
Constant Field Values
Constructor Detail

Utils

public Utils()
Method Detail

cleanUp

public static void cleanUp()

getDefaultDir

public static java.lang.String getDefaultDir()

openFile

public static void openFile(java.io.File f)

openLocalFile

public static void openLocalFile(java.lang.String filePath,
                                 boolean localSource)

getCommand

public static java.lang.String getCommand()

executeApp

public static java.lang.Process executeApp(java.lang.String command)

openURL

public static void openURL(java.lang.String URL)