Ontimize 5.2072EN

com.ontimize.windows.office
Class WindowsUtils

java.lang.Object
  extended bycom.ontimize.windows.office.WindowsUtils

public abstract class WindowsUtils
extends java.lang.Object


Constructor Summary
WindowsUtils()
           
 
Method Summary
static void openFile_Script(java.io.File f)
           
static void openFile(java.io.File f)
           
static void openFileTemplate(java.io.File f, java.io.File fData)
           
protected static void openOS(java.io.File file)
           
static void printFile_Script(java.io.File f)
           
protected static void printOS(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsUtils

public WindowsUtils()
Method Detail

openFile

public static final void openFile(java.io.File f)
                           throws java.lang.Exception
Throws:
java.lang.Exception

openOS

protected static void openOS(java.io.File file)
                      throws java.lang.Throwable
Throws:
java.lang.Throwable

printOS

protected static void printOS(java.io.File file)
                       throws java.lang.Throwable
Throws:
java.lang.Throwable

openFile_Script

public static final void openFile_Script(java.io.File f)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

printFile_Script

public static final void printFile_Script(java.io.File f)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

openFileTemplate

public static final void openFileTemplate(java.io.File f,
                                          java.io.File fData)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize