public abstract class Handler extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Handler.Input |
Modifier | Constructor and Description |
---|---|
protected |
Handler(CliDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getDefaultToken() |
CliDescriptor |
getDescriptor() |
Setter |
getSetter() |
abstract void |
handle(String arg) |
protected void |
set(Object value) |
protected void |
set(String value) |
protected Handler(CliDescriptor descriptor)
public CliDescriptor getDescriptor()
public Setter getSetter()
public abstract String getDefaultToken()
Copyright © 2008-2013 Sonatype. All Rights Reserved.