org.sonatype.gshell.util.cli2.handler
Class EnumHandler

java.lang.Object
  extended by org.sonatype.gshell.util.cli2.handler.Handler
      extended by org.sonatype.gshell.util.cli2.handler.DefaultHandler
          extended by org.sonatype.gshell.util.cli2.handler.EnumHandler

public class EnumHandler
extends DefaultHandler

Handler for enum types.

Since:
2.3
Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from class org.sonatype.gshell.util.cli2.handler.Handler
Handler.Input
 
Constructor Summary
EnumHandler(CliDescriptor desc)
           
 
Method Summary
 String getDefaultToken()
           
 
Methods inherited from class org.sonatype.gshell.util.cli2.handler.DefaultHandler
handle
 
Methods inherited from class org.sonatype.gshell.util.cli2.handler.Handler
getDescriptor, getSetter, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumHandler

public EnumHandler(CliDescriptor desc)
Method Detail

getDefaultToken

public String getDefaultToken()
Overrides:
getDefaultToken in class DefaultHandler


Copyright © 2008-2011 Sonatype. All Rights Reserved.