org.stanwood.media.util
Class NativeHelper

java.lang.Object
  extended by org.stanwood.media.util.NativeHelper

public class NativeHelper
extends java.lang.Object

Used to help with the native libraries and command line tools


Constructor Summary
NativeHelper()
           
 
Method Summary
static java.lang.String getNativeApplication(java.io.File nativeDir, java.lang.String appName)
          Used to get the path to a native application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeHelper

public NativeHelper()
Method Detail

getNativeApplication

public static java.lang.String getNativeApplication(java.io.File nativeDir,
                                                    java.lang.String appName)
Used to get the path to a native application.

Parameters:
nativeDir - The directory that contains the native libs and apps
appName - The application name
Returns:
The app name to execute