|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.lang.AbstractDirective
net.dpml.transit.info.ProxyDirective
public class ProxyDirective
Description of the proxy configuration of a Transit system.
Constructor Summary | |
---|---|
ProxyDirective(String host,
String[] excludes,
String username,
char[] password)
Create a new value descriptor using the default java.lang.String class as the base type. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Compare this instance with a supplied object for equality. |
String[] |
getExcludes()
Return the proxy exludes. |
String |
getHost()
Return the proxy host. |
char[] |
getPassword()
Return the proxy password. |
String |
getUsername()
Return the proxy username. |
int |
hashCode()
Compute the instance hashcode value. |
Methods inherited from class net.dpml.lang.AbstractDirective |
---|
equals, hashArray, hashValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyDirective(String host, String[] excludes, String username, char[] password) throws NullPointerException
host
- the proxy hostexcludes
- an array of excluded hosts or null if no excludesusername
- a possibly null usernamepassword
- a possibly null password
NullPointerException
- if the proxy host value is nullMethod Detail |
---|
public String getHost()
public String[] getExcludes()
public String getUsername()
public char[] getPassword()
public boolean equals(Object other)
equals
in class AbstractDirective
other
- the other object
public int hashCode()
hashCode
in class AbstractDirective
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |