|
JDIC API V2006 Release 0308 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||
java.lang.Objectorg.jdesktop.jdic.init.InitUtility
public class InitUtility
Utility class for JDIC initialization.
| 构造函数摘要 | |
|---|---|
InitUtility()
|
|
| 方法摘要 | |
|---|---|
static java.lang.String |
getEnv(java.lang.String envVarName)
Gets the value of the environment variable. |
static void |
preAppendEnv(java.lang.String envVarName,
java.lang.String appendValue)
Pre-appends the value to the environment variable. |
static void |
setEnv(java.lang.String envVarName,
java.lang.String envValue)
Sets the environment variable. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造函数详细信息 |
|---|
public InitUtility()
| 方法详细信息 |
|---|
public static java.lang.String getEnv(java.lang.String envVarName)
envVarName - The name of the environment variable.
public static void setEnv(java.lang.String envVarName,
java.lang.String envValue)
envVarName - The name of the environment variable.envValue - The value to be set.
public static void preAppendEnv(java.lang.String envVarName,
java.lang.String appendValue)
envVarName - environment variable name.appendValue - new value to be appended.
|
JDIC API V2006 Release 0308 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||
That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.
Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.