public class CommandContextCreator extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String[] |
argNames |
protected Class<?>[] |
argTypes |
protected static String[] |
EMPTY_STRING_ARRAY |
protected static Class<?>[] |
EMPTY_TYPE_ARRAY |
| コンストラクタと説明 |
|---|
CommandContextCreator(String[] argNames,
Class<?>[] argTypes) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected CommandContext |
createCommandContext() |
CommandContext |
createCommandContext(Object[] args)
Create the command context as root context.
|
protected static final String[] EMPTY_STRING_ARRAY
protected static final Class<?>[] EMPTY_TYPE_ARRAY
protected final String[] argNames
protected final Class<?>[] argTypes
public CommandContext createCommandContext(Object[] args)
args - The array of arguments. (NullAllowed)protected CommandContext createCommandContext()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.