if (exclusionStr == null || exclusionStr.length() == 0)
OwnSyncStatus.setMessage("Property "+syncExclusionRegExpPatternsKey+" not found or empty and property "+syncExclusionPatternsKey+" not found or empty, no exclusion pattern will be used!");
else
OwnSyncStatus.setMessage("Property "+syncExclusionRegExpPatternsKey+" not found, will use property "+syncExclusionPatternsKey+" ('"+exclusionStr+"')!");
return new SyncExclusionStringPatterns(exclusionStr);
}
if (exclusionStr != null && exclusionStr.length() > 0)
OwnSyncStatus.setMessage("Using property "+syncExclusionRegExpPatternsKey+" ('"+regExpExclusionStr+"'), property "+syncExclusionPatternsKey+" ('"+exclusionStr+"') will be ignored!");