|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.environment.se.beans.ParametersFactory
@ApplicationScoped public class ParametersFactory
The simple bean that will hold the command line arguments and make them available by injection (using the @Parameters binding). It's initialised by the StartMain class before your main app is initialised.
Constructor Summary | |
---|---|
ParametersFactory()
|
Method Summary | |
---|---|
List<String> |
getArgs()
Producer method for the injectable command line args. |
String[] |
getArgsAsArray()
Producer method for the injectable command line args. |
void |
setArgs(String[] args)
StartMain passes in the command line args here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParametersFactory()
Method Detail |
---|
@Produces public List<String> getArgs()
@Produces public String[] getArgsAsArray()
public void setArgs(String[] args)
args
- The command line arguments. If null is given then an empty
array will be used instead.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |