Package oracle.dbtools.plugin.api.conf
Interface HostContext
-
public interface HostContextProvide 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.Stringhost()Get the hostname.java.nio.file.PathhostPath()Get the path of the the host file.longlastModifiedTime()Get the last modfied time of the host file.
-