Interface HostContext


  • public interface HostContext
    Provide information about the host, location of the host file and the last modified time of the file.
    Author:
    Elizabeth Saunders
    • Method Detail

      • host

        java.lang.String host()
        Get the hostname.
        Returns:
        host
      • hostPath

        java.nio.file.Path hostPath()
        Get the path of the the host file.
        Returns:
        path
      • lastModifiedTime

        long lastModifiedTime()
        Get the last modfied time of the host file.
        Returns:
        lastModified