open class Hosts
<init> |
Hosts(defined: List<Host>, filePath: String, permissionDeniedText: String, superUserRequestMessage: String) |
append |
fun append(): Unit |
of |
fun of(defined: List<Host>): Hosts |
HostsUnix |
class HostsUnix : Hosts |
HostsWindows |
class HostsWindows : Hosts |