com.partnersoft.platform.j2se
Class J2seEnvironment

java.lang.Object
  extended by com.partnersoft.core.Environment
      extended by com.partnersoft.platform.j2se.J2seEnvironment
All Implemented Interfaces:
Immutable
Direct Known Subclasses:
JUnitEnvironment

public class J2seEnvironment
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 1445 2008-07-30 20:52:27Z 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
J2seEnvironment()
           
 
Method Summary
 void setModular(boolean tizit)
           
 
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

J2seEnvironment

public J2seEnvironment()
Method Detail

setModular

public void setModular(boolean tizit)