Beispiel #1
0
  public BRJSConfCommander setDefaultFileCharacterEncoding(String defaultFileCharacterEncoding)
      throws Exception {
    bladerunnerConf.setDefaultFileCharacterEncoding(defaultFileCharacterEncoding);

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

    return this;
  }