public class Command extends Object
| Constructor and Description |
|---|
Command(ContextBuilder builder,
String name,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
static Command |
create(ContextBuilder builder,
String name,
Method method) |
ContextBuilder |
getBuilder() |
String |
getName() |
int |
run(Object obj) |
public Command(ContextBuilder builder, String name, Method method)
public static Command create(ContextBuilder builder, String name, Method method)
public ContextBuilder getBuilder()
public String getName()
Copyright © 2016–2017 1&1. All rights reserved.