Class TRECQuerying.Command
- java.lang.Object
-
- org.terrier.applications.CLITool
-
- org.terrier.applications.CLITool.CLIParsedCLITool
-
- org.terrier.applications.AbstractQuerying.AbstractQueryingCommand
-
- org.terrier.applications.batchquerying.TRECQuerying.Command
-
- Direct Known Subclasses:
ParallelTRECQuerying.Command
- Enclosing class:
- TRECQuerying
public static class TRECQuerying.Command extends AbstractQuerying.AbstractQueryingCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.terrier.applications.CLITool
CLITool.CLIParsedCLITool, CLITool.HelpAliasCLITool, CLITool.HelpCLITool
-
-
Field Summary
-
Fields inherited from class org.terrier.applications.CLITool
PLATFORM_MODULE, POPULAR_COMMANDS
-
-
Constructor Summary
Constructors Modifier Constructor Description Command()
protected
Command(java.lang.Class<? extends TRECQuerying> clz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
commandaliases()
What short commands aliases should this command respond tojava.lang.String
commandname()
What commandname should this command respond toprotected org.apache.commons.cli.Options
getOptions()
java.lang.String
helpsummary()
Returns a short sentence about what this command is forint
run(org.apache.commons.cli.CommandLine line, AbstractQuerying q)
-
Methods inherited from class org.terrier.applications.AbstractQuerying.AbstractQueryingCommand
run, sourcepackage
-
Methods inherited from class org.terrier.applications.CLITool.CLIParsedCLITool
getIndexRef, help, run
-
Methods inherited from class org.terrier.applications.CLITool
main, run, run, setConfiguration
-
-
-
-
Constructor Detail
-
Command
public Command()
-
Command
protected Command(java.lang.Class<? extends TRECQuerying> clz)
-
-
Method Detail
-
getOptions
protected org.apache.commons.cli.Options getOptions()
- Overrides:
getOptions
in classAbstractQuerying.AbstractQueryingCommand
-
commandname
public java.lang.String commandname()
Description copied from class:CLITool
What commandname should this command respond to- Overrides:
commandname
in classCLITool
-
commandaliases
public java.util.Set<java.lang.String> commandaliases()
Description copied from class:CLITool
What short commands aliases should this command respond to- Overrides:
commandaliases
in classCLITool
-
helpsummary
public java.lang.String helpsummary()
Description copied from class:CLITool
Returns a short sentence about what this command is for- Overrides:
helpsummary
in classCLITool
-
run
public int run(org.apache.commons.cli.CommandLine line, AbstractQuerying q) throws java.lang.Exception
- Specified by:
run
in classAbstractQuerying.AbstractQueryingCommand
- Throws:
java.lang.Exception
-
-