fromString method

TypeDescriptor fromString (String value)

Parses a string to get descriptor fields and returns them as a Descriptor. The string must have format name,library

  • value a string to parse. Returns a newly created Descriptor. Throws a ConfigException if the descriptor string is of a wrong format.

See toString