Forge - Shell API 1.2.0.Final

Uses of Interface
org.jboss.forge.shell.command.OptionMetadata

Packages that use OptionMetadata
org.jboss.forge.shell.command   
 

Uses of OptionMetadata in org.jboss.forge.shell.command
 

Methods in org.jboss.forge.shell.command that return OptionMetadata
 OptionMetadata CommandMetadata.getNamedOption(String name)
          Get the option defined by the given name.
 OptionMetadata CommandMetadata.getOptionByAbsoluteIndex(int index)
          Return the option at the given index in the plugin method signature, not the index of the option on the command line.
 OptionMetadata CommandMetadata.getOrderedOptionByIndex(int index)
          Return the option at the given index as required on the command line, not the index of the option in the implementing method signature.
 

Methods in org.jboss.forge.shell.command that return types with arguments of type OptionMetadata
 List<OptionMetadata> CommandMetadata.getOptions()
          Return a list of all options defined by this command.
 


Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.