Serialized Form
-
Package org.apache.karaf.tools.utils
-
Class org.apache.karaf.tools.utils.SortedProperties extends Properties implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.karaf.tools.utils.model
-
Class org.apache.karaf.tools.utils.model.KarafPropertyEdit extends Object implements Serializable
-
Class org.apache.karaf.tools.utils.model.KarafPropertyEdits extends Object implements Serializable
-
Serialized Fields
-
edits
List<KarafPropertyEdit> edits
Field edits. -
modelEncoding
String modelEncoding
Field modelEncoding.
-
-
-
Class org.apache.karaf.tools.utils.model.Operation extends Object implements Serializable
-
Serialized Fields
-
operation
String operation
'extend' to extend the existing value, 'put' to replace, 'remove' to remove a property. -
prepend
boolean prepend
for the 'extend' operation, indicates that the value should be placed at the head of the list.
-
-
-