Uses of Class
org.crsh.cmdline.annotations.Option

Packages that use Option
org.crsh.cmdline   
org.crsh.command   
org.crsh.jcr.command   
org.crsh.ssh.term.scp   
 

Uses of Option in org.crsh.cmdline
 

Fields in org.crsh.cmdline declared as Option
(package private)  Option CommandFactory.Tuple.optionAnn
           
 

Methods in org.crsh.cmdline with parameters of type Option
protected static
<B extends TypeBinding>
ParameterDescriptor<B>
CommandFactory.create(B binding, Type type, Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
 

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

Uses of Option in org.crsh.command
 

Fields in org.crsh.command with annotations of type Option
private  boolean CRaSHCommand.help
          .
 

Uses of Option in org.crsh.jcr.command
 

Classes in org.crsh.jcr.command with annotations of type Option
 interface ContainerOpt
           
 interface PasswordOpt
           
 interface UserNameOpt
           
 

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

Fields in org.crsh.ssh.term.scp with annotations of type Option
private  Boolean SCPAction.directory
          .
private  Boolean SCPAction.preserve
          .
private  Boolean SCPAction.recursive
          .
private  Boolean SCPAction.sink
          .
private  Boolean SCPAction.source
          .
private  Boolean SCPAction.verbose
          .
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.