/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 65 private PropertyDefinition<T> propertyDefinition; field in class:PropertyEditorModification 72 * @param propertyDefinition the property definition associated with the 78 private PropertyEditorModification(PropertyDefinition<T> propertyDefinition, argument 81 this.propertyDefinition = propertyDefinition; 90 * @param propertyDefinition the property that is modified. 95 PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) 97 return new PropertyEditorModification<T>(propertyDefinition, Type.RESET, 98 new TreeSet<T>(propertyDefinition), originalValues); 104 * @param propertyDefinition th 94 createResetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) argument 109 createAddModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> addedValues, SortedSet<T> originalValues) argument 125 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument 141 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument [all...] |
H A D | SubCommandHandler.java | 1419 * @param propertyDefinition the property definition. 1425 PropertyDefinition<T> propertyDefinition, Object o) 1427 String value = propertyDefinition.encodeValue( 1428 propertyDefinition.castValue(o)); 1435 * @param propertyDefinition the property definition. 1441 PropertyDefinition<T> propertyDefinition, T o) 1444 value = propertyDefinition.encodeValue(o); 1424 castAndGetArgumentValue( PropertyDefinition<T> propertyDefinition, Object o) argument 1440 getArgumentValue( PropertyDefinition<T> propertyDefinition, T o) argument
|
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 64 private PropertyDefinition<T> propertyDefinition; field in class:PropertyEditorModification 71 * @param propertyDefinition the property definition associated with the 77 private PropertyEditorModification(PropertyDefinition<T> propertyDefinition, argument 80 this.propertyDefinition = propertyDefinition; 89 * @param propertyDefinition the property that is modified. 94 PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) 96 return new PropertyEditorModification<T>(propertyDefinition, Type.RESET, 97 new TreeSet<T>(propertyDefinition), originalValues); 103 * @param propertyDefinition th 93 createResetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) argument 108 createAddModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> addedValues, SortedSet<T> originalValues) argument 124 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument 140 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument [all...] |
H A D | SubCommandHandler.java | 1418 * @param propertyDefinition the property definition. 1424 PropertyDefinition<T> propertyDefinition, Object o) 1426 String value = propertyDefinition.encodeValue( 1427 propertyDefinition.castValue(o)); 1434 * @param propertyDefinition the property definition. 1440 PropertyDefinition<T> propertyDefinition, T o) 1443 value = propertyDefinition.encodeValue(o); 1423 castAndGetArgumentValue( PropertyDefinition<T> propertyDefinition, Object o) argument 1439 getArgumentValue( PropertyDefinition<T> propertyDefinition, T o) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 65 private PropertyDefinition<T> propertyDefinition; field in class:PropertyEditorModification 72 * @param propertyDefinition the property definition associated with the 78 private PropertyEditorModification(PropertyDefinition<T> propertyDefinition, argument 81 this.propertyDefinition = propertyDefinition; 90 * @param propertyDefinition the property that is modified. 95 PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) 97 return new PropertyEditorModification<T>(propertyDefinition, Type.RESET, 98 new TreeSet<T>(propertyDefinition), originalValues); 104 * @param propertyDefinition th 94 createResetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) argument 109 createAddModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> addedValues, SortedSet<T> originalValues) argument 125 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument 141 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument [all...] |
H A D | SubCommandHandler.java | 1419 * @param propertyDefinition the property definition. 1425 PropertyDefinition<T> propertyDefinition, Object o) 1427 String value = propertyDefinition.encodeValue( 1428 propertyDefinition.castValue(o)); 1435 * @param propertyDefinition the property definition. 1441 PropertyDefinition<T> propertyDefinition, T o) 1444 value = propertyDefinition.encodeValue(o); 1424 castAndGetArgumentValue( PropertyDefinition<T> propertyDefinition, Object o) argument 1440 getArgumentValue( PropertyDefinition<T> propertyDefinition, T o) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 65 private PropertyDefinition<T> propertyDefinition; field in class:PropertyEditorModification 72 * @param propertyDefinition the property definition associated with the 78 private PropertyEditorModification(PropertyDefinition<T> propertyDefinition, argument 81 this.propertyDefinition = propertyDefinition; 90 * @param propertyDefinition the property that is modified. 95 PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) 97 return new PropertyEditorModification<T>(propertyDefinition, Type.RESET, 98 new TreeSet<T>(propertyDefinition), originalValues); 104 * @param propertyDefinition th 94 createResetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) argument 109 createAddModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> addedValues, SortedSet<T> originalValues) argument 125 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument 141 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument [all...] |
H A D | SubCommandHandler.java | 1419 * @param propertyDefinition the property definition. 1425 PropertyDefinition<T> propertyDefinition, Object o) 1427 String value = propertyDefinition.encodeValue( 1428 propertyDefinition.castValue(o)); 1435 * @param propertyDefinition the property definition. 1441 PropertyDefinition<T> propertyDefinition, T o) 1444 value = propertyDefinition.encodeValue(o); 1424 castAndGetArgumentValue( PropertyDefinition<T> propertyDefinition, Object o) argument 1440 getArgumentValue( PropertyDefinition<T> propertyDefinition, T o) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/ |
H A D | PropertyEditorModification.java | 64 private PropertyDefinition<T> propertyDefinition; field in class:PropertyEditorModification 71 * @param propertyDefinition the property definition associated with the 77 private PropertyEditorModification(PropertyDefinition<T> propertyDefinition, argument 80 this.propertyDefinition = propertyDefinition; 89 * @param propertyDefinition the property that is modified. 94 PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) 96 return new PropertyEditorModification<T>(propertyDefinition, Type.RESET, 97 new TreeSet<T>(propertyDefinition), originalValues); 103 * @param propertyDefinition th 93 createResetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> originalValues) argument 108 createAddModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> addedValues, SortedSet<T> originalValues) argument 124 createSetModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument 140 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument [all...] |
H A D | SubCommandHandler.java | 1418 * @param propertyDefinition the property definition. 1424 PropertyDefinition<T> propertyDefinition, Object o) 1426 String value = propertyDefinition.encodeValue( 1427 propertyDefinition.castValue(o)); 1434 * @param propertyDefinition the property definition. 1440 PropertyDefinition<T> propertyDefinition, T o) 1443 value = propertyDefinition.encodeValue(o); 1423 castAndGetArgumentValue( PropertyDefinition<T> propertyDefinition, Object o) argument 1439 getArgumentValue( PropertyDefinition<T> propertyDefinition, T o) argument
|
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/ |
H A D | PropertyEditorModification.java | 58 private PropertyDefinition<T> propertyDefinition; field in class:PropertyEditorModification 66 * @param propertyDefinition 75 private PropertyEditorModification(PropertyDefinition<T> propertyDefinition, Type type, SortedSet<T> values, argument 77 this.propertyDefinition = propertyDefinition; 88 * @param propertyDefinition 94 static <T> PropertyEditorModification<T> createResetModification(PropertyDefinition<T> propertyDefinition, argument 96 return new PropertyEditorModification<>(propertyDefinition, Type.RESET, new TreeSet<T>(propertyDefinition), 105 * @param propertyDefinition 113 createAddModification(PropertyDefinition<T> propertyDefinition, SortedSet<T> addedValues, SortedSet<T> originalValues) argument 131 createSetModification(PropertyDefinition<T> propertyDefinition, SortedSet<T> newValues, SortedSet<T> originalValues) argument 149 createRemoveModification(PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument [all...] |
H A D | SubCommandHandler.java | 1169 * @param propertyDefinition 1177 static <T> String castAndGetArgumentValue(PropertyDefinition<T> propertyDefinition, Object o) { argument 1178 return propertyDefinition.encodeValue(propertyDefinition.castValue(o)); 1184 * @param propertyDefinition 1192 static <T> String getArgumentValue(PropertyDefinition<T> propertyDefinition, T o) { argument 1193 return propertyDefinition.encodeValue(o);
|