Class ParallelTRECQuerying.Command
- java.lang.Object
-
- org.terrier.applications.CLITool
-
- org.terrier.applications.CLITool.CLIParsedCLITool
-
- org.terrier.applications.AbstractQuerying.AbstractQueryingCommand
-
- org.terrier.applications.batchquerying.TRECQuerying.Command
-
- org.terrier.applications.batchquerying.ParallelTRECQuerying.Command
-
- Enclosing class:
- ParallelTRECQuerying
public static class ParallelTRECQuerying.Command extends TRECQuerying.Command
-
-
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 Constructor Description Command()
-
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.Stringcommandname()What commandname should this command respond toprotected org.apache.commons.cli.OptionsgetOptions()java.lang.Stringhelpsummary()Returns a short sentence about what this command is forintrun(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
-
-
-
-
Method Detail
-
commandname
public java.lang.String commandname()
Description copied from class:CLIToolWhat commandname should this command respond to- Overrides:
commandnamein classTRECQuerying.Command
-
helpsummary
public java.lang.String helpsummary()
Description copied from class:CLIToolReturns a short sentence about what this command is for- Overrides:
helpsummaryin classTRECQuerying.Command
-
commandaliases
public java.util.Set<java.lang.String> commandaliases()
Description copied from class:CLIToolWhat short commands aliases should this command respond to- Overrides:
commandaliasesin classTRECQuerying.Command
-
run
public int run(org.apache.commons.cli.CommandLine line, AbstractQuerying q) throws java.lang.Exception- Overrides:
runin classTRECQuerying.Command- Throws:
java.lang.Exception
-
getOptions
protected org.apache.commons.cli.Options getOptions()
- Overrides:
getOptionsin classTRECQuerying.Command
-
-