public class ConverterResources extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CORE_FILE_LOADERS
the core loaders - hardcoded list necessary for RMI/Remote Experiments
(comma-separated list).
|
static String |
CORE_FILE_SAVERS
the core savers - hardcoded list necessary for RMI/Remote Experiments
(comma-separated list).
|
| Constructor and Description |
|---|
ConverterResources() |
| Modifier and Type | Method and Description |
|---|---|
static Hashtable<String,List<String>> |
getFileLoaders()
Returns the file loaders.
|
static Hashtable<String,List<String>> |
getFileSavers()
Returns the file savers.
|
static Hashtable<String,List<String>> |
getURLFileLoaders()
Returns the URL file loaders.
|
static void |
initialize() |
static boolean |
isCoreFileLoader(String classname)
checks whether the given class is one of the hardcoded core file loaders.
|
static boolean |
isCoreFileSaver(String classname)
checks whether the given class is one of the hardcoded core file savers.
|
public static final String CORE_FILE_LOADERS
public static final String CORE_FILE_SAVERS
public static boolean isCoreFileLoader(String classname)
classname - the class to checkCORE_FILE_LOADERSpublic static boolean isCoreFileSaver(String classname)
classname - the class to checkCORE_FILE_SAVERSpublic static Hashtable<String,List<String>> getFileLoaders()
public static Hashtable<String,List<String>> getURLFileLoaders()
public static Hashtable<String,List<String>> getFileSavers()
public static void initialize()
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.