Uses of Interface
aQute.bnd.build.model.conversions.Converter

Packages that use Converter
aQute.bnd.build.model.conversions   
 

Uses of Converter in aQute.bnd.build.model.conversions
 

Classes in aQute.bnd.build.model.conversions that implement Converter
 class ClauseListConverter<R>
           
 class CollectionFormatter<T>
           
 class DefaultBooleanFormatter
          Formatter for booleans with a default value; if the input value matches the default then it is formatted to null.
 class DefaultFormatter
           
 class EEConverter
           
 class EEFormatter
           
 class EnumConverter<E extends Enum<E>>
           
 class EnumFormatter<E extends Enum<E>>
          Formats an enum type.
 class HeaderClauseConverter
           
 class HeaderClauseFormatter
           
 class HeaderClauseListConverter
           
 class MapFormatter
           
 class NewlineEscapedStringFormatter
          Turns newlines to textual escaped newlines and orphaned backslashes to double backslashes.
 class NoopConverter<T>
           
 class PropertiesConverter
           
 class PropertiesEntryFormatter
           
 class RequirementFormatter
           
 class RequirementListConverter
           
 class SimpleListConverter<R>
           
 class StringEntryConverter
           
 class VersionedClauseConverter
           
 

Methods in aQute.bnd.build.model.conversions that return Converter
static Converter<List<String>,String> SimpleListConverter.create()
           
static
<R> Converter<List<R>,String>
SimpleListConverter.create(Converter<R,? super String> itemConverter)
           
 

Methods in aQute.bnd.build.model.conversions with parameters of type Converter
static
<R> Converter<List<R>,String>
SimpleListConverter.create(Converter<R,? super String> itemConverter)
           
 

Constructors in aQute.bnd.build.model.conversions with parameters of type Converter
ClauseListConverter(Converter<? extends R,? super Pair<String,Attrs>> itemConverter)
           
CollectionFormatter(String separator, Converter<String,? super T> itemFormatter)
           
CollectionFormatter(String separator, Converter<String,? super T> itemFormatter, String emptyOutput)
           
CollectionFormatter(String separator, Converter<String,? super T> itemFormatter, String emptyOutput, String prefix, String suffix)
           
MapFormatter(String listSeparator, Converter<String,? super Map.Entry<String,String>> entryFormatter, String emptyOutput)
           
 



Copyright © 2014 aQute SARL. All rights reserved.