org.kie.config.cli
Class CliContext
java.lang.Object
org.kie.config.cli.CliContext
public class CliContext
- extends Object
|
Constructor Summary |
protected |
CliContext(org.jboss.weld.environment.se.Weld weld,
org.jboss.weld.environment.se.WeldContainer container,
Scanner input)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CliContext
protected CliContext(org.jboss.weld.environment.se.Weld weld,
org.jboss.weld.environment.se.WeldContainer container,
Scanner input)
getWeld
public org.jboss.weld.environment.se.Weld getWeld()
setWeld
public void setWeld(org.jboss.weld.environment.se.Weld weld)
getContainer
public org.jboss.weld.environment.se.WeldContainer getContainer()
setContainer
public void setContainer(org.jboss.weld.environment.se.WeldContainer container)
getInput
public Scanner getInput()
setInput
public void setInput(Scanner input)
buildContext
public static CliContext buildContext(Scanner input)
getParameter
public String getParameter(String name)
addParameter
public void addParameter(String name,
String value)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.