org.crsh.cmdline.annotations
Annotation Type Option


@Target(value={FIELD,PARAMETER,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
public @interface Option

Version:
$Revision$
Author:
Julien Viet

Required Element Summary
 String[] names
           
 
Optional Element Summary
 Class<? extends Completer> completer
           
 boolean password
           
 boolean unquote
          Indicates whether or not the value should be unquoted.
 

Element Detail

names

public abstract String[] names

password

public abstract boolean password
Default:
false

unquote

public abstract boolean unquote
Indicates whether or not the value should be unquoted.

Returns:
the unquote value
Default:
true

completer

public abstract Class<? extends Completer> completer
Default:
org.crsh.cmdline.EmptyCompleter.class


Copyright © 2012 eXo Platform SAS. All Rights Reserved.