- setEdits(KarafPropertyEdits) - Method in class org.apache.karaf.tools.utils.KarafPropertiesEditor
-
- setEdits(List<KarafPropertyEdit>) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdits
-
Set the list of edits to perform.
- setFile(String) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Set the pathname, relative to the the Karaf etc directory,
of the file to manipulate.
- setInputEtc(File) - Method in class org.apache.karaf.tools.utils.KarafPropertiesEditor
-
- setKey(String) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Set the property key.
- setModelEncoding(String) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdits
-
Set the modelEncoding field.
- setOperation(Operation) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Set the operation to perform: 'put' or 'extend'.
- setOperation(String) - Method in class org.apache.karaf.tools.utils.model.Operation
-
Set 'extend' to extend the existing value, 'put' to replace.
- setOutputEtc(File) - Method in class org.apache.karaf.tools.utils.KarafPropertiesEditor
-
- setPrepend(boolean) - Method in class org.apache.karaf.tools.utils.model.Operation
-
Set for the 'extend' operation, indicates that the value
should be placed at the head of the list.
- setValue(String) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Set the property value.
- store() - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
-
- store(File) - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
-