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

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

    return this;
  }