Class Inverted2DirectCommand
- java.lang.Object
-
- org.terrier.applications.CLITool
-
- org.terrier.applications.CLITool.CLIParsedCLITool
-
- org.terrier.structures.indexing.singlepass.Inverted2DirectCommand
-
public class Inverted2DirectCommand extends CLITool.CLIParsedCLITool
-
-
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 Inverted2DirectCommand()
-
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)java.lang.Stringsourcepackage()-
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
-
commandaliases
public java.util.Set<java.lang.String> commandaliases()
Description copied from class:CLIToolWhat short commands aliases should this command respond to- Overrides:
commandaliasesin classCLITool
-
helpsummary
public java.lang.String helpsummary()
Description copied from class:CLIToolReturns a short sentence about what this command is for- Overrides:
helpsummaryin classCLITool
-
commandname
public java.lang.String commandname()
Description copied from class:CLIToolWhat commandname should this command respond to- Overrides:
commandnamein classCLITool
-
sourcepackage
public java.lang.String sourcepackage()
- Overrides:
sourcepackagein classCLITool
-
getOptions
protected org.apache.commons.cli.Options getOptions()
- Overrides:
getOptionsin classCLITool.CLIParsedCLITool
-
run
public int run(org.apache.commons.cli.CommandLine line) throws java.lang.Exception- Specified by:
runin classCLITool.CLIParsedCLITool- Throws:
java.lang.Exception
-
-