public class RemotingLocatorUriParamsValidityChecker extends Object implements SetupValidityChecker
InvokerLocator URI parameters. This means the string is really a URI
query string (e.g. name1=value1&foo&hello=world).| Constructor and Description |
|---|
RemotingLocatorUriParamsValidityChecker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkValidity(String pref_name,
String value_to_check,
Preferences preferences,
PrintWriter out)
This will check the validity of the given value.
|
public RemotingLocatorUriParamsValidityChecker()
public boolean checkValidity(String pref_name, String value_to_check, Preferences preferences, PrintWriter out)
SetupValidityCheckercheckValidity in interface SetupValidityCheckerpref_name - the name of the preference being checkedvalue_to_check - the value to checkpreferences - the full set of preferencesout - an output stream this instruction can use to print out any error messages that it deems
appropriatetrue if value_to_check is valid; false otherwiseSetupValidityChecker.checkValidity(String, String, Preferences, PrintWriter)Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.