public abstract class Command extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
command |
static Command |
SKIP_BLUEPRINT_INJECTION
Skip blueprint injection
|
static Command |
SKIP_INJECTION
Skip all injection
|
static Command |
SKIP_REFERENCE_INJECTION
Skip reference injection
|
protected final String command
public static final Command SKIP_INJECTION
public static final Command SKIP_REFERENCE_INJECTION
public static final Command SKIP_BLUEPRINT_INJECTION
protected Command(String command)
Copyright © 2012. All Rights Reserved.