}
}
}
if (!host.getGridFtpendPointReference().isEmpty()) {
GridFTPType gridFTPType;
if (hostConf.sizeOfGridFTPArray() == 0) {
gridFTPType = hostConf.addNewGridFTP();
} else {
gridFTPType = hostConf.getGridFTPArray(0);
}
gridFTPType
.setEndPointReference(host.getGridFtpendPointReference());
gridFTPType.setName(host.getGridFtpName());
}
hostConf.setGFacPath(host.getGFacPath());
hostConf.setTmpDir(host.getTmpDir());