public final class FormatService extends Object
| Modifier and Type | Method and Description |
|---|---|
static SerializationFormat |
getInputFormat(String name)
returns an input FormatType for a given name
|
static SerializationFormat |
getOutputFormat(String name)
returns an output FormatType for a given name
|
public static SerializationFormat getInputFormat(String name)
name - the name of the format (e.g. 'ttl')public static SerializationFormat getOutputFormat(String name)
name - the name of the format (e.g. 'ttl')Copyright © 2014. All rights reserved.