| java.lang.Object org.netbeans.lib.profiler.common.integration.AbstractIntegrationProvider
AbstractIntegrationProvider | abstract public class AbstractIntegrationProvider implements IntegrationProvider2(Code) | | Abstract implementation of IntegrationProvider2.
author: Jiri Sedlacek |
Method Summary | |
public String | getAdditionalStepsInstructions(int supportedTarget, String targetOS, String targetJVM, String targetJavaHomePath, Object[] selectedOptions, AttachSettings attachSettings) | public AutomaticIntegrationPanel | getAutomaticIntegrationPanel() | public int | getIntegrationProviderNumber() | public String | getIntegrationReviewText(int supportedTarget, String targetOS, String targetJVM, String targetJavaHomePath, Object[] selectedOptions, AttachSettings attachSettings) | public String | getLastErrorMessage() | public String | getManualIntegrationStepsInstructions(int supportedTarget, String targetOS, String targetJVM, AttachSettings attachSettings) | public int | getSupportedTarget(int supportedTargetIndex) | public int | getSupportedTarget(String supportedTargetName) | public String | getSupportedTargetName(int supportedTarget) | public int | getSupportedTargetsCount() | abstract public String | getSupportedTargetsType() | public boolean | isSingular() | public boolean | performIntegration(int supportedTarget, String targetOS, String targetJVM, String targetJavaHomePath, Object[] selectedOptions, AttachSettings attachSettings) | public void | startTarget(int supportedTarget, String targetOS, String targetJVM, String targetJavaHomePath, Object[] selectedOptions, AttachSettings attachSettings) | public boolean | supportsAutomaticIntegration(int supportedTarget, String targetOS, AttachSettings attachSettings) | public boolean | supportsJavaPlatform(int supportedTarget, String targetJVM, AttachSettings attachSettings) | public boolean | supportsTargetStartup(int supportedTarget, String targetOS, String targetJVM, String targetJavaHomePath, Object[] selectedOptions, AttachSettings attachSettings) |
SUPPORTED_TARGET_NONE | final public static int SUPPORTED_TARGET_NONE(Code) | | |
supportedTargets | protected int[] supportedTargets(Code) | | |
AbstractIntegrationProvider | protected AbstractIntegrationProvider()(Code) | | |
AbstractIntegrationProvider | protected AbstractIntegrationProvider(int[] supportedTargets)(Code) | | |
getAutomaticIntegrationPanel | public AutomaticIntegrationPanel getAutomaticIntegrationPanel()(Code) | | |
getIntegrationProviderNumber | public int getIntegrationProviderNumber()(Code) | | |
getLastErrorMessage | public String getLastErrorMessage()(Code) | | |
getSupportedTarget | public int getSupportedTarget(int supportedTargetIndex)(Code) | | |
getSupportedTarget | public int getSupportedTarget(String supportedTargetName)(Code) | | |
getSupportedTargetName | public String getSupportedTargetName(int supportedTarget)(Code) | | |
getSupportedTargetsCount | public int getSupportedTargetsCount()(Code) | | |
getSupportedTargetsType | abstract public String getSupportedTargetsType()(Code) | | |
isSingular | public boolean isSingular()(Code) | | |
supportsAutomaticIntegration | public boolean supportsAutomaticIntegration(int supportedTarget, String targetOS, AttachSettings attachSettings)(Code) | | |
supportsJavaPlatform | public boolean supportsJavaPlatform(int supportedTarget, String targetJVM, AttachSettings attachSettings)(Code) | | |
|
|