Uses of Class
org.crsh.cli.descriptor.Format

Packages that use Format
org.crsh.cli.descriptor   
org.crsh.shell.impl.command.spi   
 

Uses of Format in org.crsh.cli.descriptor
 

Subclasses of Format in org.crsh.cli.descriptor
static class Format.Describe
          The command description in one line.
static class Format.Man
          The command manual.
static class Format.Usage
          The command usage.
 

Methods in org.crsh.cli.descriptor with parameters of type Format
 void CommandDescriptor.print(Format format, Appendable to)
           
 

Uses of Format in org.crsh.shell.impl.command.spi
 

Methods in org.crsh.shell.impl.command.spi with parameters of type Format
 String Command.describe(InvocationMatch<T> match, Format format)
           
 String Command.describe(String line, Format format)
          Returns a description of the command or null if none can be found.
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.