ca.bc.webarts
Class JOggPlayerAutoUpdating

java.lang.Object
  extended byca.bc.webarts.tools.AutoUpdateApp
      extended byca.bc.webarts.JOggPlayerAutoUpdating

class JOggPlayerAutoUpdating
extends AutoUpdateApp


Field Summary
 
Fields inherited from class ca.bc.webarts.tools.AutoUpdateApp
APPLET_APP, appName_, appPropertyFilename_, HTTPURL_APP, JAVA_APP, NATIVE_APP, RMT_APP_AUTODOWNLOAD, RMT_APP_DOWNLOADURL, RMT_APP_JVM_CLASSPATH, RMT_APP_JVM_PARAMETERS, RMT_APP_TYPE, RMT_APP_URL
 
Constructor Summary
private JOggPlayerAutoUpdating()
          Basic constructor overs super to set the name and properties file for the application.
 
Method Summary
static void main(java.lang.String[] args)
          The main entry for this app.
 
Methods inherited from class ca.bc.webarts.tools.AutoUpdateApp
convertSystemDependantPath, executeJavaApp, executeJavaApp, executeNativeApp, executeNativeApp, executeNativeApp, loadAutoAppPropertiesFile, loadPropertiesFile, runApp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOggPlayerAutoUpdating

private JOggPlayerAutoUpdating()
Basic constructor overs super to set the name and properties file for the application. The entry point for this app app is the main( String[] ) or runApp(Properties)methods.

See Also:
main(java.lang.String[]), AutoUpdateApp.runApp(java.util.Properties)
Method Detail

main

public static void main(java.lang.String[] args)
The main entry for this app. It performs all the calls to validate, download and then execute the executable requested in the Properties file that is passed in as this apps single commandline parameter.

Parameters:
args - are the commandline parameters.This app expects ONLY 1 parameter... the absolute file path to the properties file containing all the info for the Remote App to execute.
See Also:
AutoUpdateApp.runApp(java.util.Properties)