Searched defs:resourcesDir (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1407 File resourcesDir = installation.getResourcesDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1412 !Utils.directoryExistsAndIsNotEmpty(resourcesDir.getAbsolutePath());
1461 && (canDeleteResourcesDir || !equalsOrDescendant(file, resourcesDir))
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1406 File resourcesDir = installation.getResourcesDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1411 !Utils.directoryExistsAndIsNotEmpty(resourcesDir.getAbsolutePath());
1460 && (canDeleteResourcesDir || !equalsOrDescendant(file, resourcesDir))
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1407 File resourcesDir = installation.getResourcesDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1412 !Utils.directoryExistsAndIsNotEmpty(resourcesDir.getAbsolutePath());
1461 && (canDeleteResourcesDir || !equalsOrDescendant(file, resourcesDir))
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1406 File resourcesDir = installation.getResourcesDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1411 !Utils.directoryExistsAndIsNotEmpty(resourcesDir.getAbsolutePath());
1460 && (canDeleteResourcesDir || !equalsOrDescendant(file, resourcesDir))
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1466 File resourcesDir = installation.getResourcesDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1471 !Utils.directoryExistsAndIsNotEmpty(resourcesDir.getAbsolutePath());
1520 && (canDeleteResourcesDir || !equalsOrDescendant(file, resourcesDir))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java1337 private File resourcesDir = installation.getResourcesDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1342 !Utils.directoryExistsAndIsNotEmpty(resourcesDir.getAbsolutePath());
1390 && (canDeleteResourcesDir || !equalsOrDescendant(file, resourcesDir))

Completed in 53 milliseconds