ca.bc.webarts
Class JOggPlayerAutoUpdating

java.lang.Object
  |
  +--ca.bc.webarts.tools.AutoUpdateApp
        |
        +--ca.bc.webarts.JOggPlayerAutoUpdating

class JOggPlayerAutoUpdating
extends AutoUpdateApp


Fields inherited from class ca.bc.webarts.tools.AutoUpdateApp
APPLET_APP, appName_, appPropertyFilename_, appType_, archiveDownload_, archiveFilePath_, CLASSPATH, cmdLineParms_, debug_, DEFAULT_SAVE_LOCATION, definedPropertyKeys, errorMsg_, filePath_, HTTPURL_APP, JAVA_APP, jvmClasspath_, jvmParameters_, NATIVE_APP, remoteAppAutoDownload_, remoteAppDownloadURL_, remoteAppURL_, RMT_APP_AUTODOWNLOAD, RMT_APP_DOWNLOADURL, RMT_APP_JVM_CLASSPATH, RMT_APP_JVM_PARAMETERS, RMT_APP_TYPE, RMT_APP_URL, soFarSoGood_, SYSTEM_FILE_SEPERATOR
 
Constructor Summary
private JOggPlayerAutoUpdating()
          Basic constructor 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
checkAndUpdateApp, checkForUpdatedApp, convertSystemDependantPath, dumpOut, ensureTheAppIsAvailable, execute, executeJavaApp, executeJavaApp, executeNativeApp, getFilePathFromClasspath, initialize, loadAutoAppPropertiesFile, loadPropertiesFile, parseAppExecutableUrl, parseProperties, runApp, updateAppFromServer
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

JOggPlayerAutoUpdating

private JOggPlayerAutoUpdating()
Basic constructor for the application. It is empty. The entry for this 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)