return (haveHost ? super.accept(object) : true);
}
};
IUPropertyQuery iuQuery = new IUPropertyQuery(IInstallableUnit.PROP_TYPE_FRAGMENT, "true"); //$NON-NLS-1$
Collector collected = iuQuery.perform(localizationFragments.iterator(), hostLocalizationCollector);
if (!collected.isEmpty()) {
String translation = null;
for (Iterator iter = collected.iterator(); iter.hasNext() && translation == null;) {
IInstallableUnit localizationIU = (IInstallableUnit) iter.next();