public static class ActivationGroupDesc.CommandEnvironment extends Object implements Serializable
Constructor and Description |
---|
CommandEnvironment(String cmdpath, String[] argv)
创建一个具有所有必要信息的CommandEnvironment。
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
比较两个命令环境的内容相等性。
|
String[] |
getCommandOptions()
获取配置的java命令选项。
|
String |
getCommandPath()
获取配置的路径限定的java命令名称。
|
int |
hashCode()
为类似的
CommandEnvironment 返回相同的值。
|
public String getCommandPath()
null
如果配置为接受默认值
public String[] getCommandOptions()
null
。
public boolean equals(Object obj)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.