- All Known Subinterfaces:
CliContextAccessor.CliContextProperty
- Enclosing interface:
- CliContextAccessor
public static interface CliContextAccessor.CliContextMutator
Provides a mutator for a
CliContext property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCliContext(CliContext aCliContext) Sets theCliContextfor theCliContextproperty.
-
Method Details
-
setCliContext
Sets theCliContextfor theCliContextproperty.- Parameters:
aCliContext- TheCliContextto be stored by the root condition property.
-