| Constructor and Description |
|---|
CmdLineParametersInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
injectCmdLineParameters(javax.interceptor.InvocationContext ctx)
After an instance annotated with
CmdLineParameters is
constructed, inject any attributes with command line arguments. |
static void |
setCmdLineArguments(String... arguments) |
public static void setCmdLineArguments(String... arguments)
@PostConstruct public void injectCmdLineParameters(javax.interceptor.InvocationContext ctx)
CmdLineParameters is
constructed, inject any attributes with command line arguments.ctx - The invocation context.Copyright © 2016. All rights reserved.