public class InputAbstract extends ActionAbstract
context, verbose
Constructor and Description |
---|
InputAbstract() |
Modifier and Type | Method and Description |
---|---|
Object |
execute(ActionContext context) |
protected String |
input(String propertyName,
String prompt,
String silentDefault) |
protected String |
inputPassword(String propertyName,
String prompt,
String silentDefault) |
boolean |
isSilentInput() |
void |
setSilentInput(boolean silentInput) |
getBrokerHome, getBrokerInstance, getBrokerURIInstance, isVerbose, setHomeValues
public boolean isSilentInput()
public void setSilentInput(boolean silentInput)
protected String inputPassword(String propertyName, String prompt, String silentDefault)
public Object execute(ActionContext context) throws Exception
execute
in interface Action
execute
in class ActionAbstract
Exception
Copyright © 2017 JBoss by Red Hat. All rights reserved.