38394041424344
throw new VagrantBuilderException("no guestport defined"); } if(hostport < 0) { throw new VagrantBuilderException("no hostport defined"); } return new VagrantPortForwarding(name, guestport, hostport); }