Package oracle.dbtools.plugin.api.conf
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
host()
Get the hostname.java.nio.file.Path
hostPath()
Get the path of the the host file.long
lastModifiedTime()
Get the last modfied time of the host file.
-