public PropertyBuilder createPropertyBuilder(String hostString) throws DirectoryException {
   Directory directory = new Directory(new File("."));
   GrinderProperties property = new GrinderProperties();
   return new PropertyBuilder(
       property, directory, new File("."), true, hostString, NetworkUtil.getLocalHostName());
 }