org.crsh.cli.impl.lang
Class ObjectCommandDescriptor<T>

java.lang.Object
  extended by org.crsh.cli.descriptor.CommandDescriptor<Instance<T>>
      extended by org.crsh.cli.impl.lang.ObjectCommandDescriptor<T>
Direct Known Subclasses:
ClassDescriptor, MethodDescriptor

public abstract class ObjectCommandDescriptor<T>
extends CommandDescriptor<Instance<T>>

Author:
Julien Viet

Constructor Summary
ObjectCommandDescriptor(String name, Description description)
           
 
Method Summary
 
Methods inherited from class org.crsh.cli.descriptor.CommandDescriptor
addParameter, completer, getArgument, getArguments, getDepth, getDescription, getInvoker, getLongOptionNames, getName, getOption, getOptionNames, getOptions, getOwner, getParameters, getShortOptionNames, getSubordinate, getSubordinates, getUsage, matcher, print, printMan, printUsage, resolveOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCommandDescriptor

public ObjectCommandDescriptor(String name,
                               Description description)
                        throws IntrospectionException
Throws:
IntrospectionException


Copyright © 2015 eXo Platform SAS. All Rights Reserved.