String xmlFilePath =
(new File(directoryToLook, filePath)).getAbsolutePath();
if (expectedXMLPaths.contains(filePath)) {
ResourcesXMLParser allResources =
new ResourcesXMLParser(xmlFilePath);
SunResourcesXML sunResourcesXML = new SunResourcesXML(
filePath, allResources.getResourcesList());
resourcesXMLList.add(sunResourcesXML);
} else {
sLogger.log(Level.WARNING,
"enterprise.deployment.ignore.sun.resources.xml",