|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationMixLoader
Interface for operation mix loaders
Method Summary | |
---|---|
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 |
Method Detail |
---|
OperationMix load(File file) throws IOException
file
- File
IOException
String 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |