Searched defs:descendant (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java311 * possible parent of <code>descendant</code>
312 * @param descendant
314 * @return return true if ancestor is a parent of descendant
316 static public boolean isParentOf(final File ancestor, File descendant) argument
320 if (ancestor.equals(descendant))
324 while ((descendant != null) && !ancestor.equals(descendant))
326 descendant = descendant.getParentFile();
329 return (ancestor != null) && (descendant !
341 isDescendant(File descendant, File path) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java295 * possible parent of <code>descendant</code>
296 * @param descendant
298 * @return return true if ancestor is a parent of descendant
300 static boolean isParentOf(final File ancestor, File descendant) argument
304 if (ancestor.equals(descendant))
308 while ((descendant != null) && !ancestor.equals(descendant))
310 descendant = descendant.getParentFile();
313 return (ancestor != null) && (descendant !
325 isDescendant(File descendant, File path) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java296 * possible parent of <code>descendant</code>
297 * @param descendant
299 * @return return true if ancestor is a parent of descendant
301 static boolean isParentOf(final File ancestor, File descendant) argument
305 if (ancestor.equals(descendant))
309 while ((descendant != null) && !ancestor.equals(descendant))
311 descendant = descendant.getParentFile();
314 return (ancestor != null) && (descendant !
326 isDescendant(File descendant, File path) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java195 * possible parent of <code>descendant</code>
196 * @param descendant
198 * @return return true if ancestor is a parent of descendant
200 static public boolean isParentOf(final File ancestor, File descendant) argument
204 if (ancestor.equals(descendant))
208 while ((descendant != null) && !ancestor.equals(descendant))
210 descendant = descendant.getParentFile();
213 return (ancestor != null) && (descendant !
225 isDescendant(File descendant, File path) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java295 * possible parent of <code>descendant</code>
296 * @param descendant
298 * @return return true if ancestor is a parent of descendant
300 static boolean isParentOf(final File ancestor, File descendant) argument
304 if (ancestor.equals(descendant))
308 while ((descendant != null) && !ancestor.equals(descendant))
310 descendant = descendant.getParentFile();
313 return (ancestor != null) && (descendant !
325 isDescendant(File descendant, File path) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java281 * possible parent of <code>descendant</code>
282 * @param descendant
284 * @return return true if ancestor is a parent of descendant
286 static boolean isParentOf(final File ancestor, File descendant) argument
290 if (ancestor.equals(descendant))
294 while (descendant != null && !ancestor.equals(descendant))
296 descendant = descendant.getParentFile();
299 return ancestor != null && descendant !
311 isDescendant(File descendant, File path) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java308 * @param descendant the descendant candidate path.
314 public static boolean isDescendant(File descendant, File path) { argument
316 if (descendant != null && path != null) {
317 File parent = descendant.getParentFile();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java309 * @param descendant the descendant candidate path.
315 public static boolean isDescendant(File descendant, File path) { argument
317 if (descendant != null && path != null) {
318 File parent = descendant.getParentFile();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java309 * @param descendant the descendant candidate path.
315 public static boolean isDescendant(File descendant, File path) { argument
317 if (descendant != null && path != null) {
318 File parent = descendant.getParentFile();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java308 * @param descendant the descendant candidate path.
314 public static boolean isDescendant(File descendant, File path) { argument
316 if (descendant != null && path != null) {
317 File parent = descendant.getParentFile();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java327 * @param descendant the descendant candidate path.
333 public static boolean isDescendant(File descendant, File path) { argument
335 if (descendant != null && path != null) {
336 File parent = descendant.getParentFile();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java337 * @param descendant
338 * the descendant candidate path.
345 public static boolean isDescendant(File descendant, File path) argument
348 if (descendant != null && path != null)
350 File parent = descendant.getParentFile();
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 59 milliseconds