Uses of Class
org.crsh.cli.Argument

Packages that use Argument
org.crsh.cli.impl.lang   
org.crsh.shell.impl.command.system   
org.crsh.ssh.term.scp   
org.crsh.standalone   
 

Uses of Argument in org.crsh.cli.impl.lang
 

Fields in org.crsh.cli.impl.lang declared as Argument
(package private)  Argument CommandFactory.Tuple.argumentAnn
           
 

Methods in org.crsh.cli.impl.lang with parameters of type Argument
private  ParameterDescriptor CommandFactory.create(Binding binding, Type type, Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
 

Constructors in org.crsh.cli.impl.lang with parameters of type Argument
CommandFactory.Tuple(Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
 

Uses of Argument in org.crsh.shell.impl.command.system
 

Method parameters in org.crsh.shell.impl.command.system with annotations of type Argument
 void repl.main(InvocationContext<Object> context, String name)
           
 

Uses of Argument in org.crsh.ssh.term.scp
 

Fields in org.crsh.ssh.term.scp with annotations of type Argument
private  String SCPAction.target
          .
 

Uses of Argument in org.crsh.standalone
 

Method parameters in org.crsh.standalone with annotations of type Argument
 void CRaSH.main(Boolean nonInteractive, String cmd, String conf, List<String> properties, String cmdFolder, String confFolder, List<Integer> pids)
           
 void Agent.main(String cmd, String conf, List<String> properties, Integer port)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.