com.partnersoft.platform.webstart
Class WebstartEnvironment

java.lang.Object
  extended by com.partnersoft.core.Environment
      extended by com.partnersoft.platform.webstart.WebstartEnvironment
All Implemented Interfaces:
Immutable

public class WebstartEnvironment
extends Environment

Environment based on a full j2se runtime environment. This is the default environment for the Partner system.

Copyright 2006-2007 Partner Software, Inc.

Version:
$Id: J2seEnvironment.java 1341 2008-05-19 19:20:23Z paul $
Author:
Paul Reavis, Russell Cagle

Field Summary
 
Fields inherited from class com.partnersoft.core.Environment
headless, jreDescription, modular, os, osDescription, partnerBuild, partnerCopyright, partnerRelease, readOnly, userName, webStarted, webStartURL
 
Constructor Summary
WebstartEnvironment(java.lang.String baseUrl)
           
 
Method Summary
 
Methods inherited from class com.partnersoft.core.Environment
currentEnvironment, getJREDescription, getOS, getOSDescription, getPartnerBuild, getPartnerCopyright, getPartnerRelease, getUserName, getWebStartURL, isHeadless, isLinux, isMac, isModular, isReadOnly, isWebStarted, isWindows, setDefaultEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebstartEnvironment

public WebstartEnvironment(java.lang.String baseUrl)