public final class ConverterFactory extends Object
The GNU Lesser General Public License for details.,
Converter| Modifier and Type | Field and Description |
|---|---|
private static String |
name
Current default converter implementation
|
| Modifier | Constructor and Description |
|---|---|
private |
ConverterFactory()
Prevent instantiation
|
| Modifier and Type | Method and Description |
|---|---|
static Converter |
getConverter()
Generate a converter for the current converter name
|
static String |
getCurrentConverterName()
For config to read the currently preferred converter implementation
|
static Map<String,Class<Converter>> |
getKnownConverters()
Get a map of the known converters, by looking up the answers in Project
|
static void |
setCurrentConverterName(String name)
For config to set the currently preferred converter implementation
|
private static String name
public static Converter getConverter()
public static Map<String,Class<Converter>> getKnownConverters()
public static void setCurrentConverterName(String name)
name - public static String getCurrentConverterName()