public interface OperationMixLoader
| Modifier and Type | Method and Description |
|---|---|
String |
getPreferredExtension()
Gets the file extension without the leading
. that this loader
prefers to use for its mix files |
OperationMix |
load(File file)
Loads an operation mix from the given file
|
OperationMix load(File file) throws IOException
file - FileIOExceptionString getPreferredExtension()
. that this loader
prefers to use for its mix files
This is the preferred extension used in certain circumstances such as
when registering using
OperationMixLoaderRegistry.addLoader(OperationMixLoader) but
users may register a mix loader with any extension they want.
Copyright © 2016. All rights reserved.