Skip navigation links
A E G I J K L O P R S W 

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

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'.
getOperation() - Method in class org.apache.karaf.tools.utils.model.Operation
Get 'extend' to extend the existing value, 'put' to replace.
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(String...) - Static method in class org.apache.karaf.tools.utils.JoinUtil
 
join(Object[]) - 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, String) - Constructor for class org.apache.karaf.tools.utils.KarafPropertiesFile
 
KarafPropertiesFile(File) - 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
 

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(Reader, 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(InputStream, boolean) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
Method read.
read(InputStream) - 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.
read(String) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxReader
Method read.
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(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
 

W

write(Writer, KarafPropertyEdits) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxWriter
Method write.
write(OutputStream, KarafPropertyEdits) - Method in class org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxWriter
Method write.
A E G I J K L O P R S W 
Skip navigation links

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.