All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nitorcreations.willow.servers.HostLookupService Maven / Gradle / Ivy

The newest version!
package com.nitorcreations.willow.servers;

public interface HostLookupService {
  String getAdminUserFor(String tagHost);
  String getResolvableHostname(String tagHost);
  int getSshPort(String host);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy