Modifier and Type | Field and Description |
---|---|
protected String |
host |
protected String |
password |
protected int |
port |
protected String |
protocol |
Constructor and Description |
---|
Console.Builder() |
protected String host
protected int port
protected String protocol
protected String password
protected abstract T self()
public T host(String host)
Console.getHost()
public T port(int port)
Console.getPort()
public T protocol(String protocol)
Console.getProtocol()
public T password(String password)
Console.getPassword()
public Console build()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.