java.lang.Object
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
-
-
Constructor Summary
Constructors
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 Details
-
errors
Description of the Field
-
content
Description of the Field
-
Constructor Details
-
ResolverResults
public ResolverResults(String content,
List errors)
Constructor for the ResolverResults object
- Parameters:
content - Description of the Parameter
errors - Description of the Parameter