Esempio n. 1
0
  public BRJSConfCommander setDefaultFileCharacterEncoding(String defaultFileCharacterEncoding)
      throws Exception {
    bladerunnerConf.setDefaultFileCharacterEncoding(defaultFileCharacterEncoding);

    return this;
  }
Esempio n. 2
0
 public void write() throws Exception {
   bladerunnerConf.write();
 }
Esempio n. 3
0
  public BRJSConfCommander setJettyPort(int jettyPort) throws Exception {
    bladerunnerConf.setJettyPort(jettyPort);

    return this;
  }