public class KarafPropertyEdit extends Object implements Serializable
| Constructor and Description |
|---|
KarafPropertyEdit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Get the pathname, relative to the the Karaf etc directory,
of the file to manipulate.
|
String |
getKey()
Get the property key.
|
Operation |
getOperation()
Get the operation to perform: 'put' or 'extend'.
|
String |
getValue()
Get the property value.
|
void |
setFile(String file)
Set the pathname, relative to the the Karaf etc directory,
of the file to manipulate.
|
void |
setKey(String key)
Set the property key.
|
void |
setOperation(Operation operation)
Set the operation to perform: 'put' or 'extend'.
|
void |
setValue(String value)
Set the property value.
|
public String getFile()
public String getKey()
public Operation getOperation()
public String getValue()
public void setFile(String file)
file - public void setKey(String key)
key - public void setOperation(Operation operation)
operation - public void setValue(String value)
value - Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.