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

/forgerock/opendj2/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java58 private static final class MyProperty<T> implements Property<T> { class in class:PropertySet
85 public MyProperty(PropertyDefinition<T> pd, Collection<T> defaultValues, method in class:PropertySet.MyProperty
220 private final Map<PropertyDefinition<?>, MyProperty<?>> properties;
228 this.properties = new HashMap<PropertyDefinition<?>, MyProperty<?>>();
248 MyProperty<T> p = new MyProperty<T>(pd, defaultValues, activeValues);
287 for (Map.Entry<PropertyDefinition<?>, MyProperty<?>> entry : properties
307 for (MyProperty<?> p : properties.values()) {
345 MyProperty<T> property = (MyProperty<
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java59 private static final class MyProperty<T> implements Property<T> { class in class:PropertySet
86 public MyProperty(PropertyDefinition<T> pd, Collection<T> defaultValues, method in class:PropertySet.MyProperty
221 private final Map<PropertyDefinition<?>, MyProperty<?>> properties;
229 this.properties = new HashMap<PropertyDefinition<?>, MyProperty<?>>();
249 MyProperty<T> p = new MyProperty<T>(pd, defaultValues, activeValues);
288 for (Map.Entry<PropertyDefinition<?>, MyProperty<?>> entry : properties
308 for (MyProperty<?> p : properties.values()) {
346 MyProperty<T> property = (MyProperty<
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java59 private static final class MyProperty<T> implements Property<T> { class in class:PropertySet
86 public MyProperty(PropertyDefinition<T> pd, Collection<T> defaultValues, method in class:PropertySet.MyProperty
221 private final Map<PropertyDefinition<?>, MyProperty<?>> properties;
229 this.properties = new HashMap<PropertyDefinition<?>, MyProperty<?>>();
249 MyProperty<T> p = new MyProperty<T>(pd, defaultValues, activeValues);
288 for (Map.Entry<PropertyDefinition<?>, MyProperty<?>> entry : properties
308 for (MyProperty<?> p : properties.values()) {
346 MyProperty<T> property = (MyProperty<
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java58 private static final class MyProperty<T> implements Property<T> { class in class:PropertySet
85 public MyProperty(PropertyDefinition<T> pd, Collection<T> defaultValues, method in class:PropertySet.MyProperty
220 private final Map<PropertyDefinition<?>, MyProperty<?>> properties;
228 this.properties = new HashMap<PropertyDefinition<?>, MyProperty<?>>();
248 MyProperty<T> p = new MyProperty<T>(pd, defaultValues, activeValues);
287 for (Map.Entry<PropertyDefinition<?>, MyProperty<?>> entry : properties
307 for (MyProperty<?> p : properties.values()) {
345 MyProperty<T> property = (MyProperty<
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java59 private static final class MyProperty<T> implements Property<T> { class in class:PropertySet
86 public MyProperty(PropertyDefinition<T> pd, Collection<T> defaultValues, method in class:PropertySet.MyProperty
221 private final Map<PropertyDefinition<?>, MyProperty<?>> properties;
229 this.properties = new HashMap<PropertyDefinition<?>, MyProperty<?>>();
249 MyProperty<T> p = new MyProperty<T>(pd, defaultValues, activeValues);
288 for (Map.Entry<PropertyDefinition<?>, MyProperty<?>> entry : properties
308 for (MyProperty<?> p : properties.values()) {
346 MyProperty<T> property = (MyProperty<
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/spi/
H A DPropertySet.java52 private static final class MyProperty<T> implements Property<T> { class in class:PropertySet
79 public MyProperty(PropertyDefinition<T> pd, Collection<T> defaultValues, method in class:PropertySet.MyProperty
182 private final Map<PropertyDefinition<?>, MyProperty<?>> properties = new HashMap<>();
203 MyProperty<T> p = new MyProperty<>(pd, defaultValues, activeValues);
240 for (Map.Entry<PropertyDefinition<?>, MyProperty<?>> entry : properties.entrySet()) {
257 for (MyProperty<?> p : properties.values())
291 MyProperty<T> property = (MyProperty<T>) getProperty(d);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/
H A DPropertySet.java53 private static final class MyProperty<T> implements Property<T> { class in class:PropertySet
78 public MyProperty(PropertyDefinition<T> pd, Collection<T> defaultValues, Collection<T> activeValues) { method in class:PropertySet.MyProperty
172 private final Map<PropertyDefinition<?>, MyProperty<?>> properties = new HashMap<>();
192 MyProperty<T> p = new MyProperty<>(pd, defaultValues, activeValues);
223 for (Map.Entry<PropertyDefinition<?>, MyProperty<?>> entry : properties.entrySet()) {
237 for (MyProperty<?> p : properties.values()) {
269 MyProperty<T> property = (MyProperty<T>) getProperty(d);

Completed in 107 milliseconds