org.apache.felix.gogo.commands
Annotation Type SubShell


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SubShell


Required Element Summary
 String name
          Returns the name of the command if used inside a shell
 
Optional Element Summary
 String description
          Returns the description of the command which is used to generate command line help
 String detailedDescription
          Returns a detailed description of the command
 

Element Detail

name

public abstract String name
Returns the name of the command if used inside a shell

description

public abstract String description
Returns the description of the command which is used to generate command line help

Default:
""

detailedDescription

public abstract String detailedDescription
Returns a detailed description of the command

Default:
""


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.