|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.izforge.izpack.util.HostAddressValidator
public class HostAddressValidator
A validator to check wheter a host:port is available (free).
This validator can be used for rule input fields in the UserInputPanel to make sure that the port the user entered is not in use.
| Constructor Summary | |
|---|---|
HostAddressValidator()
|
|
| Method Summary | |
|---|---|
boolean |
validate(ProcessingClient client)
Validates the contend of an input field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HostAddressValidator()
| Method Detail |
|---|
public boolean validate(ProcessingClient client)
Validator
validate in interface Validatorclient - the client object using the services of this validator.
true if the validation passes, otherwise false.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||