Uses of Interface
aQute.bnd.build.model.conversions.Converter
-
Packages that use Converter Package Description aQute.bnd.build.model aQute.bnd.build.model.conversions -
-
Uses of Converter in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return Converter Modifier and Type Method Description Converter<java.lang.Object,java.lang.String>BndEditModel. lookupConverter(java.lang.String propertyName)Converter<java.lang.String,java.lang.Object>BndEditModel. lookupFormatter(java.lang.String propertyName) -
Uses of Converter in aQute.bnd.build.model.conversions
Classes in aQute.bnd.build.model.conversions that implement Converter Modifier and Type Class Description classCapabilityFormatterclassCollectionFormatter<T>classDefaultBooleanFormatterFormatter for booleans with a default value; if the input value matches the default then it is formatted tonull.classDefaultFormatterclassEEConverterclassEEFormatterclassEnumConverter<E extends java.lang.Enum<E>>classEnumFormatter<E extends java.lang.Enum<E>>Formats an enum type.classHeaderClauseFormatterclassHeaderClauseListConverter<R>classMapFormatterclassNewlineEscapedStringFormatterTurns newlines to textual escaped newlines and orphaned backslashes to double backslashes.classNoopConverter<T>classPropertiesConverterclassPropertiesEntryFormatterclassRequirementFormatterclassRequirementListConverterclassSimpleListConverter<R>classStringEntryConverterclassVersionedClauseConverterMethods in aQute.bnd.build.model.conversions that return Converter Modifier and Type Method Description static Converter<java.util.List<java.lang.String>,java.lang.String>SimpleListConverter. create()static <R> Converter<java.util.List<R>,java.lang.String>SimpleListConverter. create(Converter<R,? super java.lang.String> itemConverter)Methods in aQute.bnd.build.model.conversions with parameters of type Converter Modifier and Type Method Description static <R> Converter<java.util.List<R>,java.lang.String>SimpleListConverter. create(Converter<R,? super java.lang.String> itemConverter)Constructors in aQute.bnd.build.model.conversions with parameters of type Converter Constructor Description CollectionFormatter(java.lang.String separator, Converter<java.lang.String,? super T> itemFormatter)CollectionFormatter(java.lang.String separator, Converter<java.lang.String,? super T> itemFormatter, java.lang.String emptyOutput)CollectionFormatter(java.lang.String separator, Converter<java.lang.String,? super T> itemFormatter, java.lang.String emptyOutput, boolean leadingSpace, java.lang.String prefix, java.lang.String suffix)CollectionFormatter(java.lang.String separator, Converter<java.lang.String,? super T> itemFormatter, java.lang.String emptyOutput, java.lang.String prefix, java.lang.String suffix)HeaderClauseListConverter(Converter<? extends R,? super HeaderClause> itemConverter)MapFormatter(java.lang.String listSeparator, Converter<java.lang.String,? super java.util.Map.Entry<java.lang.String,java.lang.String>> entryFormatter, java.lang.String emptyOutput)
-