public class ClientEnvStore<C extends ClientContext> extends EnvStore implements ClientObject<C>
Constructor and Description |
---|
ClientEnvStore(C clientCtx) |
ClientEnvStore(C clientCtx,
java.io.File envDir,
java.lang.String name) |
ClientEnvStore(C clientCtx,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
C |
getClientContext()
Returns the the client runtime environment
|
boolean |
isFirstLaunch()
Tells whether this client launch is the first after a reinstallation by Java WebStart,
which is detected by comparing the current buildNumber with the last stored buildNumber.
|
containsKey, getAsBoolean, getAsBoolean, getAsColor, getAsDimension, getAsInt, getAsInt, getAsLocation, getAsLong, getAsLong, getAsString, getAsString, initWindow, load, registerForSave, save, setStoreOnExit, toDumpString, toString
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public ClientEnvStore(C clientCtx)
public ClientEnvStore(C clientCtx, java.lang.String name)
public ClientEnvStore(C clientCtx, java.io.File envDir, java.lang.String name)
public final C getClientContext()
ClientObject
getClientContext
in interface ClientObject<C extends ClientContext>
public boolean isFirstLaunch()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.