Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.shell.header
Class CommandOption

java.lang.Object
  extended by org.nuxeo.ecm.shell.header.CommandOption

public class CommandOption
extends Object

Author:
Bogdan Stefanescu

Field Summary
 String defaultValue
           
 boolean isRequired
           
 String[] names
           
 String type
           
 
Constructor Summary
CommandOption()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

names

public String[] names

type

public String type

isRequired

public boolean isRequired

defaultValue

public String defaultValue
Constructor Detail

CommandOption

public CommandOption()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.