public class OperationMixLoaderRegistry extends Object
Modifier and Type | Method and Description |
---|---|
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
|
public static OperationMixLoader getLoader(String ext)
ext
- Extensionpublic 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()
Copyright © 2015. All rights reserved.