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 s返回相同的值。
|
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.