public class ClassicQueryMixLoader extends AbstractLineBasedMixLoader
Constructor and Description |
---|
ClassicQueryMixLoader() |
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 |
protected Operation |
parseLine(File baseDir,
String line)
Parses a line into an operation
|
parseFile
load, resolveFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
load
protected Operation parseLine(File baseDir, String line) throws IOException
AbstractLineBasedMixLoader
parseLine
in class AbstractLineBasedMixLoader
baseDir
- Base directory for resolving relative paths against where
necessaryline
- Line to parseIOException
- Thrown if the line does not represent a valid operationpublic String getPreferredExtension()
OperationMixLoader
.
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 © 2015. All rights reserved.