75767778798081
stateValues.setJbossHome(System.getenv("JBOSS_HOME")); if (theConsole.getConsole() == null) { throw MESSAGES.noConsoleAvailable(); } nextState = new PropertyFilePrompt(theConsole, stateValues); }
82838485868788
protected AddPropertiesUser(ConsoleWrapper console) { this.theConsole = console; StateValues stateValues = new StateValues(); stateValues.setJbossHome(System.getenv("JBOSS_HOME")); nextState = new PropertyFilePrompt(theConsole,stateValues); }
73747576777879
stateValues.setJBossHome(System.getenv("JBOSS_HOME")); if (theConsole.getConsole() == null) { throw MESSAGES.noConsoleAvailable(); } nextState = new PropertyFilePrompt(theConsole, stateValues); }