owltools.cli.tools
Annotation Type CLIMethod


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface CLIMethod

Annotation indicating, that this method can be called from the command line interface.
Annotated methods must be public and have exactly one parameter of type CommandRunner.Opts.


Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value
Returns:
the parameters to be matched from the command-line


Copyright © 2010-2012. All Rights Reserved.