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
|
parseFileload, resolveFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadprotected Operation parseLine(File baseDir, String line) throws IOException
AbstractLineBasedMixLoaderparseLine in class AbstractLineBasedMixLoaderbaseDir - 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 © 2014. All Rights Reserved.