{
if (xpath == null) {
return false;
}
RestartExtensionFeature ref = AdminService.getRestartExtensionFeature();
String[] extRestartExcludeXPaths = null;
ArrayList list = new ArrayList();
if(ref != null)
{
extRestartExcludeXPaths = ref.getRestartExcludedPaths();
if(extRestartExcludeXPaths != null) {
for(String xPath : restartExcludeXPaths)
list.add(xPath);
for(String extXpath : extRestartExcludeXPaths)