com.partnersoft.platform.webstart
Class WebstartBootstrap

java.lang.Object
  extended by com.partnersoft.platform.webstart.WebstartBootstrap

public class WebstartBootstrap
extends java.lang.Object

Bootstraps the Partner system environment within the Java Web Start runtime.

This class takes care of various startup chores like initializing logging and setting various Java properties.

You shouldn't need to run this class at all; it's run by the WebstartLauncher.

Copyright 2008 Partner Software, Inc.

Version:
$Id: J2seBootstrap.java 1341 2008-05-19 19:20:23Z paul $
Author:
Paul Reavis

Constructor Summary
WebstartBootstrap()
           
 
Method Summary
static void pull(java.lang.String baseUrl)
          Sets up the Partner system environment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebstartBootstrap

public WebstartBootstrap()
Method Detail

pull

public static void pull(java.lang.String baseUrl)
Sets up the Partner system environment. Only does this once. If it's been called before it just sticks a warning in the log and returns.