com.docmosis.template
Class TemplateValidationResult

java.lang.Object
  extended by com.docmosis.template.TemplateValidationResult

public class TemplateValidationResult
extends Object

A validation result for a template. If the result indicates errors, then a set of MessageAndSuggestions objects is available that provide details of the problems


Constructor Summary
TemplateValidationResult(MessageAndSuggestions[] errors)
           
 
Method Summary
 MessageAndSuggestions[] getErrors()
           
 boolean hasErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateValidationResult

public TemplateValidationResult(MessageAndSuggestions[] errors)
Method Detail

hasErrors

public boolean hasErrors()

getErrors

public MessageAndSuggestions[] getErrors()


Copyright © 2014–2021 Docmosis Pty Ltd. All rights reserved.