Package com.esri.gpt.control.webharvest.validator

Examples of com.esri.gpt.control.webharvest.validator.IValidator.validate()


* @return <code>true</code> if data is valid
*/
public boolean validate(MessageBroker mb) {
  ValidatorFactory factory = ValidatorFactory.getInstance();
  IValidator validator = factory.getValidator(_harvestRepository);
  return validator!=null? validator.validate(new MessageCollectorAdaptor(mb)): true;
}

/**
* Gets string representation of the object.
* @return string representation
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.