T
- the type of objects returned by this factorypublic interface TextDescriptorFactory<T extends LocalAbstractObject>
Modifier and Type | Method and Description |
---|---|
T |
createTextDescriptor(java.lang.String... strings)
Creates a
object that represents a descriptor
for the given text strings. |
T createTextDescriptor(java.lang.String... strings) throws TextConversionException
object
that represents a descriptor
for the given text strings. Various fields can be represented by the items
of the string array (e.g. title and description strings).strings
- the text to convert to a descriptorTextConversionException
- if there was an error converting the text to descriptor