Package org.apache.karaf.tools.utils
Class KarafPropertiesEditor
- java.lang.Object
-
- org.apache.karaf.tools.utils.KarafPropertiesEditor
-
public class KarafPropertiesEditor extends Object
Apply a set of edits, reading files from a stock etc dir.
-
-
Constructor Summary
Constructors Constructor Description KarafPropertiesEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()KarafPropertiesEditorsetEdits(KarafPropertyEdits edits)KarafPropertiesEditorsetInputEtc(File inputEtc)KarafPropertiesEditorsetOutputEtc(File outputEtc)
-
-
-
Method Detail
-
setInputEtc
public KarafPropertiesEditor setInputEtc(File inputEtc)
-
setOutputEtc
public KarafPropertiesEditor setOutputEtc(File outputEtc)
-
setEdits
public KarafPropertiesEditor setEdits(KarafPropertyEdits edits)
-
run
public void run() throws IOException- Throws:
IOException
-
-