Searched defs:InstantiableElement (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java307 private static final class InstantiableElement class in class:ManagedObjectPath
314 InstantiableElement<C, S> create(
317 return new InstantiableElement<C, S>(r, d, name);
329 private InstantiableElement( method in class:ManagedObjectPath.InstantiableElement
792 return InstantiableElement.create(ir, d, name);
933 celements.add(new InstantiableElement<M, N>(r, d, name));
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectPath.java308 private static final class InstantiableElement class in class:ManagedObjectPath
315 InstantiableElement<C, S> create(
318 return new InstantiableElement<C, S>(r, d, name);
330 private InstantiableElement( method in class:ManagedObjectPath.InstantiableElement
793 return InstantiableElement.create(ir, d, name);
934 celements.add(new InstantiableElement<M, N>(r, d, name));
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java308 private static final class InstantiableElement class in class:ManagedObjectPath
315 InstantiableElement<C, S> create(
318 return new InstantiableElement<C, S>(r, d, name);
330 private InstantiableElement( method in class:ManagedObjectPath.InstantiableElement
793 return InstantiableElement.create(ir, d, name);
934 celements.add(new InstantiableElement<M, N>(r, d, name));
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DManagedObjectPath.java307 private static final class InstantiableElement class in class:ManagedObjectPath
314 InstantiableElement<C, S> create(
317 return new InstantiableElement<C, S>(r, d, name);
329 private InstantiableElement( method in class:ManagedObjectPath.InstantiableElement
792 return InstantiableElement.create(ir, d, name);
933 celements.add(new InstantiableElement<M, N>(r, d, name));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DManagedObjectPath.java308 private static final class InstantiableElement class in class:ManagedObjectPath
315 InstantiableElement<C, S> create(
318 return new InstantiableElement<C, S>(r, d, name);
330 private InstantiableElement( method in class:ManagedObjectPath.InstantiableElement
793 return InstantiableElement.create(ir, d, name);
934 celements.add(new InstantiableElement<M, N>(r, d, name));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DManagedObjectPath.java294 private static final class InstantiableElement class in class:ManagedObjectPath
301 InstantiableElement<C, S> create(
304 return new InstantiableElement<>(r, d, name);
316 private InstantiableElement( method in class:ManagedObjectPath.InstantiableElement
753 return InstantiableElement.create(ir, d, name);
893 celements.add(new InstantiableElement<M, N>(r, d, name));
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DManagedObjectPath.java240 private static final class InstantiableElement<C extends ConfigurationClient, S extends Configuration> extends class in class:ManagedObjectPath
244 private static <C extends ConfigurationClient, S extends Configuration> InstantiableElement<C, S> create(
247 return new InstantiableElement<>(r, d, name);
257 private InstantiableElement(InstantiableRelationDefinition<? super C, ? super S> r, method in class:ManagedObjectPath.InstantiableElement
598 return InstantiableElement.create(ir, d, name);
718 celements.add(new InstantiableElement<M, N>(r, d, name));

Completed in 74 milliseconds