public class ConverterResources
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CORE_FILE_LOADERS
the core loaders - hardcoded list necessary for RMI/Remote Experiments
(comma-separated list).
|
static java.lang.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 java.util.Hashtable<java.lang.String,java.util.List<java.lang.String>> |
getFileLoaders()
Returns the file loaders.
|
static java.util.Hashtable<java.lang.String,java.util.List<java.lang.String>> |
getFileSavers()
Returns the file savers.
|
static java.util.Hashtable<java.lang.String,java.util.List<java.lang.String>> |
getURLFileLoaders()
Returns the URL file loaders.
|
static void |
initialize() |
static boolean |
isCoreFileLoader(java.lang.String classname)
checks whether the given class is one of the hardcoded core file loaders.
|
static boolean |
isCoreFileSaver(java.lang.String classname)
checks whether the given class is one of the hardcoded core file savers.
|
public static final java.lang.String CORE_FILE_LOADERS
public static final java.lang.String CORE_FILE_SAVERS
public static boolean isCoreFileLoader(java.lang.String classname)
classname
- the class to checkCORE_FILE_LOADERS
public static boolean isCoreFileSaver(java.lang.String classname)
classname
- the class to checkCORE_FILE_SAVERS
public static java.util.Hashtable<java.lang.String,java.util.List<java.lang.String>> getFileLoaders()
public static java.util.Hashtable<java.lang.String,java.util.List<java.lang.String>> getURLFileLoaders()
public static java.util.Hashtable<java.lang.String,java.util.List<java.lang.String>> getFileSavers()
public static void initialize()