
Package ca.uhn.fhir.context.support
Class ValidationSupportContext
- java.lang.Object
-
- ca.uhn.fhir.context.support.ValidationSupportContext
-
public class ValidationSupportContext extends Object
-
-
Constructor Summary
Constructors Constructor Description ValidationSupportContext(IValidationSupport theRootValidationSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getCurrentlyGeneratingSnapshots()
IValidationSupport
getRootValidationSupport()
-
-
-
Constructor Detail
-
ValidationSupportContext
public ValidationSupportContext(IValidationSupport theRootValidationSupport)
-
-
Method Detail
-
getRootValidationSupport
public IValidationSupport getRootValidationSupport()
-
getCurrentlyGeneratingSnapshots
public Set<String> getCurrentlyGeneratingSnapshots()
-
-