|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.impl.mapbased.server.ServerAddressBuilder
public class ServerAddressBuilder
The purpose of this class is for building a server address object.
Constructor Summary | |
---|---|
ServerAddressBuilder(String serverAddress)
Instantiates a new server address builder from a string. |
Method Summary | |
---|---|
ServerAddress |
build()
Builds the server address. |
String |
getHost()
Gets the host. |
int |
getPort()
Gets the port. |
Properties |
getProperties()
Gets the properties (parsed from the query string). |
IServerAddress.Protocol |
getProtocol()
Gets the protocol. |
String |
getQuery()
Gets the query. |
String |
getRsh()
Gets the rsh command. |
String |
getUri()
Gets the uri. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerAddressBuilder(String serverAddress) throws URISyntaxException
serverAddress
- the server address
URISyntaxException
Method Detail |
---|
public ServerAddress build()
public IServerAddress.Protocol getProtocol()
public String getHost()
public int getPort()
public String getQuery()
public Properties getProperties()
public String getUri()
public String getRsh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |