Uses of Class
org.apache.karaf.tools.utils.model.Operation
-
Packages that use Operation Package Description org.apache.karaf.tools.utils.model -
-
Uses of Operation in org.apache.karaf.tools.utils.model
Methods in org.apache.karaf.tools.utils.model that return Operation Modifier and Type Method Description OperationKarafPropertyEdit. getOperation()Get the operation to perform: 'put' or 'extend' or 'remove'.Methods in org.apache.karaf.tools.utils.model with parameters of type Operation Modifier and Type Method Description voidKarafPropertyEdit. setOperation(Operation operation)Set the operation to perform: 'put' or 'extend' or 'remove'.
-