}
else if ("dataservice".equals(type)) {
curItem=new DataServiceSoftwareUpdateItem(className);
}
else if ("tvbrowser".equals(type)) {
curItem=new TvbrowserSoftwareUpdateItem(className);
}
if (curItem==null) {
throw new IOException("invalid software update file");
}