Community
Participate
Working Groups
TableItem[] items = probeUI.getProbeSets().getItems();
Map configAttributes = config.getDefaultSet().getAttributes();
// ProfilingAttribute attribute = (ProfilingAttribute)
// configAttributes.get("com.ibm.rational.pd.probekit.PROBEKIT_COUNT");
int index = 0;
String strName = ProbeLaunchConfigString.LAUNCH_CONFIG_NAME_PREFIX
+ probeUI.PROBE_LAUNCH_UNIQUE_PROBESPEC_SUFFIX + index;
.get(strName);
// if (attribute != null)
while (attribute != null) {
// String strCheckedCount = attribute.getValue();
// int iCheckedCount = Integer.parseInt(strCheckedCount);
// for (int i = 0; i < iCheckedCount; i++)
// {
// attribute = (ProfilingAttribute)
// configAttributes.get("com.ibm.rational.pd.probekit.PROBEKIT_ID" +
// i);
String strValue = attribute.getValue();
ProbeLaunchConfigString probeConfig = ProbeLaunchConfigString
.fromString(strValue);