Searched refs:hostLine (Results 1 – 2 of 2) sorted by relevance
39 String hostLine = properties.getProperty(HOSTS); in init() local40 m_hosts = hostLine.split(" "); in init()
273 String hostLine = Utils.isStringEmpty(host) ? "" : "<tr><td>Remote host:</td><td>" + host in generateLog() local286 .append(hostLine) in generateLog()