|
||||||||||
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
public final class ProfilerServerSettings
Settings that will be used for profiled server startup.
Constructor Summary | |
---|---|
ProfilerServerSettings(org.netbeans.api.java.platform.JavaPlatform javaPlatform,
String[] jvmArgs,
String[] env)
Creates new ProfilerServerSettings. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Tests this ProfilerServerSettings for equality with the given object. |
String[] |
getEnv()
Gets extra variables that will be set for profiled server environment. |
org.netbeans.api.java.platform.JavaPlatform |
getJavaPlatform()
Gets the Java platform that will be used for starting the profiled server. |
String[] |
getJvmArgs()
Gets the extra arguments that will be used for starting the profiled server. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProfilerServerSettings(org.netbeans.api.java.platform.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 org.netbeans.api.java.platform.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 Object
o
- 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 Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |