|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sparql.benchmarking.loader.OperationMixLoaderRegistry
public class OperationMixLoaderRegistry
Provides a registry of operation mix loader
Method Summary | |
---|---|
static void |
addLoader(OperationMixLoader loader)
Adds a loader using its preferred extension |
static void |
addLoader(String ext,
OperationMixLoader loader)
Adds a loader |
static OperationMixLoader |
getLoader(String ext)
Gets the loader with the specified extension (if known) |
static void |
removeLoader(String ext)
Removes the loader for the given extension |
static void |
resetLoaders()
Resets to the default loader setup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static OperationMixLoader getLoader(String ext)
ext
- Extension
public static void addLoader(OperationMixLoader loader)
loader
- Loaderpublic static void addLoader(String ext, OperationMixLoader loader)
ext
- Extensionloader
- Loaderpublic static void removeLoader(String ext)
ext
- Extensionpublic static void resetLoaders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |