@ApplicationScoped public class ParametersFactory extends Object
Constructor and Description |
---|
ParametersFactory() |
@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.Copyright © 2013 Seam Framework. All Rights Reserved.