Package | Description |
---|---|
aQute.bnd.build.model | |
aQute.bnd.build.model.conversions |
Modifier and Type | Method and Description |
---|---|
Converter<Object,String> |
BndEditModel.lookupConverter(String propertyName) |
Converter<String,Object> |
BndEditModel.lookupFormatter(String propertyName) |
Modifier and Type | Class and Description |
---|---|
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 |
HeaderClauseFormatter |
class |
HeaderClauseListConverter<R> |
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 |
Modifier and Type | Method and Description |
---|---|
static Converter<List<String>,String> |
SimpleListConverter.create() |
static <R> Converter<List<R>,String> |
SimpleListConverter.create(Converter<R,? super String> itemConverter) |
Modifier and Type | Method and Description |
---|---|
static <R> Converter<List<R>,String> |
SimpleListConverter.create(Converter<R,? super String> itemConverter) |
Constructor and Description |
---|
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,
boolean leadingSpace,
String prefix,
String suffix) |
CollectionFormatter(String separator,
Converter<String,? super T> itemFormatter,
String emptyOutput,
String prefix,
String suffix) |
HeaderClauseListConverter(Converter<? extends R,? super HeaderClause> itemConverter) |
MapFormatter(String listSeparator,
Converter<String,? super Map.Entry<String,String>> entryFormatter,
String emptyOutput) |
Copyright © 2021 aQute SARL. All rights reserved.