org.eclipse.stardust.engine.core.spi.extensions.model
Interface ApplicationContextValidator


public interface ApplicationContextValidator

Provides static validation of ApplicationContext configurations. Will be used during modeling.

Version:
$Revision$
Author:
ubirkemeyer

Method Summary
 List validate(Map attributes, Iterator accessPoints)
          Performs static application context validation.
 

Method Detail

validate

List validate(Map attributes,
              Iterator accessPoints)
Performs static application context validation. An implementation is expected to inspect the given context attributes and access points and indicate any problems with an appropriate Inconsistency.

Parameters:
attributes - Implementation specific context attributes.
accessPoints - Implementation specific AccessPoints.
Returns:
The list of found Inconsistency instances.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.