Uses of Interface
org.jboss.as.cli.ArgumentValueConverter
-
Packages that use ArgumentValueConverter Package Description org.jboss.as.cli org.jboss.as.cli.handlers org.jboss.as.cli.impl -
-
Uses of ArgumentValueConverter in org.jboss.as.cli
Classes in org.jboss.as.cli that implement ArgumentValueConverter Modifier and Type Class Description static classArgumentValueConverter.DMRWithFallbackConverterFields in org.jboss.as.cli declared as ArgumentValueConverter Modifier and Type Field Description static ArgumentValueConverterArgumentValueConverter. DEFAULTstatic ArgumentValueConverterArgumentValueConverter. LISTstatic ArgumentValueConverterArgumentValueConverter. NON_OBJECTBasically, for STRING with support for expressions.static ArgumentValueConverterArgumentValueConverter. PROPERTIES -
Uses of ArgumentValueConverter in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers with parameters of type ArgumentValueConverter Modifier and Type Method Description voidGenericTypeOperationHandler. addValueConverter(String propertyName, ArgumentValueConverter converter)voidResourceCompositeOperationHandler. addValueConverter(String propertyName, ArgumentValueConverter converter) -
Uses of ArgumentValueConverter in org.jboss.as.cli.impl
Classes in org.jboss.as.cli.impl that implement ArgumentValueConverter Modifier and Type Class Description classHeadersArgumentValueConverterMethods in org.jboss.as.cli.impl that return ArgumentValueConverter Modifier and Type Method Description ArgumentValueConverterArgumentWithValue. getValueConverter()Constructors in org.jboss.as.cli.impl with parameters of type ArgumentValueConverter Constructor Description ArgumentWithValue(CommandHandlerWithArguments handler, CommandLineCompleter valueCompleter, ArgumentValueConverter valueConverter, String fullName)ArgumentWithValue(CommandHandlerWithArguments handler, CommandLineCompleter valueCompleter, ArgumentValueConverter valueConverter, String fullName, String shortName)
-