|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.j2ee.deployment.profiler.api.ProfilerServerSettings
@Deprecated public final class ProfilerServerSettings
Settings that will be used for profiled server startup.
| Constructor Summary | |
|---|---|
ProfilerServerSettings(JavaPlatform javaPlatform,
String[] jvmArgs,
String[] env)
Deprecated. Creates new ProfilerServerSettings. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Deprecated. Tests this ProfilerServerSettings for equality with the given object. |
String[] |
getEnv()
Deprecated. Gets extra variables that will be set for profiled server environment. |
JavaPlatform |
getJavaPlatform()
Deprecated. Gets the Java platform that will be used for starting the profiled server. |
String[] |
getJvmArgs()
Deprecated. Gets the extra arguments that will be used for starting the profiled server. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProfilerServerSettings(JavaPlatform javaPlatform,
String[] jvmArgs,
String[] env)
javaPlatform - Java platform used to run profiled server.jvmArgs - array of extra JVM arguments used for starting profiled
server.env - array of name=value pairs of extra variables
to be set for profiled server environment.| Method Detail |
|---|
public JavaPlatform getJavaPlatform()
public String[] getJvmArgs()
public String[] getEnv()
name=value pairs describing extra variables
that will be set for profiled server environmentpublic boolean equals(Object o)
equals in class Objecto - The object to be compared with this ProfilerServerSettings.
true if the other ProfilerServerSettings instance
defines the same settings; false otherwise.public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||