fmeobjects.FMELicenseManager.getAllFormats
- FMELicenseManager.getAllFormats()
Returns all the format names for the current license. For all formats the list will be populated with <format name>/<license value> pairs. <license value> can be one of the following:
kFME_FormatRead
: Only reader is licensed.kFME_FormatWrite
: Only writer is licensed.kFME_FormatBoth
: Both reader and writer are licensed.kFME_FormatUnlicensed
: Neither reader nor writer is licensed.