New public api created in j2eeserver module: - org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerServerSettings: - public ProfilerServerSettings(JavaPlatform javaPlatform, String[] jvmArgs, String[] env) - public JavaPlatform getJavaPlatform() - public String[] getJvmArgs() - public String[] getEnv() - org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerSupport: - public static int STATE_INACTIVE - public static int STATE_STARTING - public static int STATE_BLOCKING - public static int STATE_RUNNING - public static int STATE_PROFILING - public static int getState() - org.netbeans.modules.j2ee.deployment.profiler.spi.Profiler: - void notifyStarting() - ProfilerServerSettings getSettings() - int getState() - ProgressObject shutdown() - ant task nbstartprofiledserver (org.netbeans.modules.j2ee.ant.StartProfiledServer) - org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform: - public Set getSupportedJavaPlatformVersions() - public boolean supportsProfiling() - public JavaPlatform getJavaPlatform()