DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.input
Class ReferenceResolver.ResolverResults

java.lang.Object
  extended by org.dlese.dpc.schemedit.input.ReferenceResolver.ResolverResults
Enclosing class:
ReferenceResolver

public class ReferenceResolver.ResolverResults
extends Object

Returned by ReferenceResolver.resolve storing the resolved input string and a list of errors describing references that could not be resolved.

Author:
ostwald

Field Summary
 String content
          Description of the Field
 List errors
          Description of the Field
 
Constructor Summary
ReferenceResolver.ResolverResults(String content, List errors)
          Constructor for the ResolverResults object
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errors

public List errors
Description of the Field


content

public String content
Description of the Field

Constructor Detail

ReferenceResolver.ResolverResults

public ReferenceResolver.ResolverResults(String content,
                                         List errors)
Constructor for the ResolverResults object

Parameters:
content - Description of the Parameter
errors - Description of the Parameter

DLESE Tools
v1.6.0