public interface ResourceFormats extends AppService
| Modifier and Type | Method and Description |
|---|---|
ResourceFormatGenerator |
getResourceFormatGenerator(java.lang.String format) |
ResourceFormatParser |
getResourceFormatParser(java.lang.String format) |
ResourceFormatParser getResourceFormatParser(java.lang.String format) throws UnsupportedFormatException
format - format nameUnsupportedFormatException - if format is not supportedResourceFormatGenerator getResourceFormatGenerator(java.lang.String format) throws UnsupportedFormatException
format - format nameUnsupportedFormatException - if format is not supported