Uses of Package
org.crsh.cli

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

Classes in org.crsh.cli used by org.crsh.cli.impl.lang
Argument
          A command argument.
Option
          An option command parameter.
 

Classes in org.crsh.cli used by org.crsh.shell.impl.command.system
Argument
          A command argument.
Command
          Annotates a method for declaring a CRaSH command.
Usage
          Provides the text for a usage, this method can be used to annotate a command class, a command method or a command parameter.
 

Classes in org.crsh.cli used by org.crsh.ssh.term.scp
Argument
          A command argument.
Option
          An option command parameter.
Required
          Declares if a command parameter is required or not.
 

Classes in org.crsh.cli used by org.crsh.standalone
Argument
          A command argument.
Command
          Annotates a method for declaring a CRaSH command.
Named
          This annotation can be used to name a program element, useful for overriding the name of a command.
Option
          An option command parameter.
Required
          Declares if a command parameter is required or not.
Usage
          Provides the text for a usage, this method can be used to annotate a command class, a command method or a command parameter.
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.