A E G I J K L O P R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addEdit(KarafPropertyEdit) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdits
-
Method addEdit.
- apply(KarafPropertyEdit) - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
E
- entrySet() - Method in class org.apache.karaf.tools.utils.SortedProperties
- extend(String, String, boolean) - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
G
- get(String) - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
- getEdits() - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdits
-
Method getEdits.
- getFile() - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Get the pathname, relative to the the Karaf etc directory, of the file to manipulate.
- getKey() - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Get the property key.
- getModelEncoding() - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdits
-
Get the modelEncoding field.
- getOperation() - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Get the operation to perform: 'put' or 'extend' or 'remove'.
- getOperation() - Method in class org.apache.karaf.tools.utils.model.Operation
-
Get 'extend' to extend the existing value, 'put' to replace, 'remove' to remove a property.
- getValue() - Method in interface org.apache.karaf.tools.utils.JoinableValue
- getValue() - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Get the property value.
I
- isPrepend() - Method in class org.apache.karaf.tools.utils.model.Operation
-
Get for the 'extend' operation, indicates that the value should be placed at the head of the list.
J
- join(Object[]) - Static method in class org.apache.karaf.tools.utils.JoinUtil
- join(String...) - Static method in class org.apache.karaf.tools.utils.JoinUtil
- JoinableValue<T> - Interface in org.apache.karaf.tools.utils
-
General definition of an object that specifies a value for Join.
- JoinUtil - Class in org.apache.karaf.tools.utils
-
Join strings with commas.
K
- KarafPropertiesEditor - Class in org.apache.karaf.tools.utils
-
Apply a set of edits, reading files from a stock etc dir.
- KarafPropertiesEditor() - Constructor for class org.apache.karaf.tools.utils.KarafPropertiesEditor
- KarafPropertiesFile - Class in org.apache.karaf.tools.utils
- KarafPropertiesFile(File) - Constructor for class org.apache.karaf.tools.utils.KarafPropertiesFile
- KarafPropertiesFile(File, String) - Constructor for class org.apache.karaf.tools.utils.KarafPropertiesFile
- KarafPropertyEdit - Class in org.apache.karaf.tools.utils.model
-
A single property edit.
- KarafPropertyEdit() - Constructor for class org.apache.karaf.tools.utils.model.KarafPropertyEdit
- KarafPropertyEdits - Class in org.apache.karaf.tools.utils.model
-
A collection instructions.
- KarafPropertyEdits() - Constructor for class org.apache.karaf.tools.utils.model.KarafPropertyEdits
- KarafPropertyInstructionsModelStaxReader - Class in org.apache.karaf.tools.utils.model.io.stax
-
Class KarafPropertyInstructionsModelStaxReader.
- KarafPropertyInstructionsModelStaxReader() - Constructor for class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
- KarafPropertyInstructionsModelStaxWriter - Class in org.apache.karaf.tools.utils.model.io.stax
-
Class KarafPropertyInstructionsModelStaxWriter.
- KarafPropertyInstructionsModelStaxWriter() - Constructor for class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxWriter
- keys() - Method in class org.apache.karaf.tools.utils.SortedProperties
- keySet() - Method in class org.apache.karaf.tools.utils.SortedProperties
L
- load() - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
O
- Operation - Class in org.apache.karaf.tools.utils.model
-
Class Operation.
- Operation() - Constructor for class org.apache.karaf.tools.utils.model.Operation
- org.apache.karaf.tools.utils - package org.apache.karaf.tools.utils
- org.apache.karaf.tools.utils.model - package org.apache.karaf.tools.utils.model
- org.apache.karaf.tools.utils.model.io.stax - package org.apache.karaf.tools.utils.model.io.stax
P
- put(String, String) - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
R
- read(InputStream) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
-
Method read.
- read(InputStream, boolean) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
-
Method read.
- read(Reader) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
-
Method read.
- read(Reader, boolean) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
-
Method read.
- read(String) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
-
Method read.
- read(String, boolean) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
-
Method read.
- remove(String) - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
- removeEdit(KarafPropertyEdit) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdits
-
Method removeEdit.
- replace(File) - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
- run() - Method in class org.apache.karaf.tools.utils.KarafPropertiesEditor
S
- setEdits(List<KarafPropertyEdit>) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdits
-
Set the list of edits to perform.
- setEdits(KarafPropertyEdits) - Method in class org.apache.karaf.tools.utils.KarafPropertiesEditor
- 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(String) - Method in class org.apache.karaf.tools.utils.model.Operation
-
Set 'extend' to extend the existing value, 'put' to replace, 'remove' to remove a property.
- setOperation(Operation) - Method in class org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Set the operation to perform: 'put' or 'extend' or 'remove'.
- 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.
- SortedProperties - Class in org.apache.karaf.tools.utils
-
Sort properties for better readability.
- SortedProperties() - Constructor for class org.apache.karaf.tools.utils.SortedProperties
- store() - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
- store(File) - Method in class org.apache.karaf.tools.utils.KarafPropertiesFile
W
- write(OutputStream, KarafPropertyEdits) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxWriter
-
Method write.
- write(Writer, KarafPropertyEdits) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxWriter
-
Method write.
All Classes All Packages