public class ApexHostDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected boolean |
hostIsIp |
protected boolean |
hostIsValid |
| Modifier | Constructor and Description |
|---|---|
protected |
ApexHostDescriptor(String host,
boolean hostIsIp,
boolean hostIsValid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHost() |
Optional<String> |
getHostSpace() |
boolean |
getIsIP() |
boolean |
getIsValid() |
int |
hashCode() |
static Optional<ApexHostDescriptor> |
parseHost(String host) |
String |
toString() |
protected final String host
protected final boolean hostIsIp
protected final boolean hostIsValid
protected ApexHostDescriptor(String host, boolean hostIsIp, boolean hostIsValid)
public static Optional<ApexHostDescriptor> parseHost(String host)
public boolean getIsIP()
public boolean getIsValid()
public String getHost()
Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.