Uses of Class
org.apache.karaf.tools.utils.model.KarafPropertyEdit
-
Packages that use KarafPropertyEdit Package Description org.apache.karaf.tools.utils org.apache.karaf.tools.utils.model -
-
Uses of KarafPropertyEdit in org.apache.karaf.tools.utils
Methods in org.apache.karaf.tools.utils with parameters of type KarafPropertyEdit Modifier and Type Method Description voidKarafPropertiesFile. apply(KarafPropertyEdit editSpec) -
Uses of KarafPropertyEdit in org.apache.karaf.tools.utils.model
Methods in org.apache.karaf.tools.utils.model that return types with arguments of type KarafPropertyEdit Modifier and Type Method Description List<KarafPropertyEdit>KarafPropertyEdits. getEdits()Method getEdits.Methods in org.apache.karaf.tools.utils.model with parameters of type KarafPropertyEdit Modifier and Type Method Description voidKarafPropertyEdits. addEdit(KarafPropertyEdit karafPropertyEdit)Method addEdit.voidKarafPropertyEdits. removeEdit(KarafPropertyEdit karafPropertyEdit)Method removeEdit.Method parameters in org.apache.karaf.tools.utils.model with type arguments of type KarafPropertyEdit Modifier and Type Method Description voidKarafPropertyEdits. setEdits(List<KarafPropertyEdit> edits)Set the list of edits to perform.
-