Uses of Interface
org.jboss.as.cli.impl.AttributeNamePathCompleter.AttributeFilter
-
Packages that use AttributeNamePathCompleter.AttributeFilter Package Description org.jboss.as.cli.impl -
-
Uses of AttributeNamePathCompleter.AttributeFilter in org.jboss.as.cli.impl
Fields in org.jboss.as.cli.impl declared as AttributeNamePathCompleter.AttributeFilter Modifier and Type Field Description static AttributeNamePathCompleter.AttributeFilterAttributeNamePathCompleter. LIST_FILTERA list can be: an attribute of type LIST or inside an attribute of type OBJECT (complex or Map of list)static AttributeNamePathCompleter.AttributeFilterAttributeNamePathCompleter. MAP_FILTERA map can be: an attribute of type OBJECT or inside an attribute of type LIST.Constructors in org.jboss.as.cli.impl with parameters of type AttributeNamePathCompleter.AttributeFilter Constructor Description AttributeNamePathCompleter(OperationRequestAddress address, boolean writeOnly, AttributeNamePathCompleter.AttributeFilter filter)AttributeNamePathCompleter(OperationRequestAddress address, AttributeNamePathCompleter.AttributeFilter filter)AttributeNamePathCompleter(org.jboss.dmr.ModelNode typeDescr, AttributeNamePathCompleter.AttributeFilter filter)
-