org.crsh.cmdline.annotations
Annotation Type Argument
@Target(value={FIELD,PARAMETER,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
public @interface Argument
- Version:
- $Revision$
- Author:
- Julien Viet
name
public abstract String name
- Default:
- ""
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 © 2011 eXo Platform SAS. All Rights Reserved.