public class EnvironmentModelValidator extends Object
| Constructor and Description |
|---|
EnvironmentModelValidator() |
| Modifier and Type | Method and Description |
|---|---|
List<oracle.fmwplatform.util.validation.ValidationMessage> |
validate(EnvironmentModel model)
Validates the EnvironmentModel object provided and returns the resulting validation messages, which include any
errors and/or warnings found in the validation process.
|
List<oracle.fmwplatform.util.validation.ValidationMessage> |
validate(EnvironmentModel environmentModel,
List<ModelTarget> targets)
Validates each of the specified targets within the EnvironmentModel provided.
|
List<oracle.fmwplatform.util.validation.ValidationMessage> |
validate(EnvironmentModel environmentModel,
List<ModelTarget> targets,
String oracleHomePath)
Validates each of the specified targets within the EnvironmentModel provided.
|
List<oracle.fmwplatform.util.validation.ValidationMessage> |
validate(EnvironmentModel environmentModel,
ModelTarget target,
String oracleHomePath)
Validates each of the specified targets within the EnvironmentModel provided.
|
List<oracle.fmwplatform.util.validation.ValidationMessage> |
validate(EnvironmentModel model,
String oracleHomePath)
Validates the EnvironmentModel object provided, similar to
validate(EnvironmentModel). |
public List<oracle.fmwplatform.util.validation.ValidationMessage> validate(EnvironmentModel model)
model - the EnvironmentModel to be validatedpublic List<oracle.fmwplatform.util.validation.ValidationMessage> validate(EnvironmentModel model, String oracleHomePath)
validate(EnvironmentModel).
In addition, an Oracle home path attribute is attached if specified.model - the EnvironmentModel to be validatedoracleHomePath - the path to an Oracle home for template resolutionpublic List<oracle.fmwplatform.util.validation.ValidationMessage> validate(EnvironmentModel environmentModel, List<ModelTarget> targets)
environmentModel - the EnvironmentModel containing the element to be validatedtargets - the target elements that are to be validated in the EnvironmentModelpublic List<oracle.fmwplatform.util.validation.ValidationMessage> validate(EnvironmentModel environmentModel, List<ModelTarget> targets, String oracleHomePath)
environmentModel - the EnvironmentModel containing the element to be validatedtargets - the target element that are to be validated in the EnvironmentModeloracleHomePath - the path to an Oracle home for template resolutionpublic List<oracle.fmwplatform.util.validation.ValidationMessage> validate(EnvironmentModel environmentModel, ModelTarget target, String oracleHomePath)
environmentModel - the EnvironmentModel containing the element to be validatedtarget - the target element that is to be validated in the EnvironmentModeloracleHomePath - the path to an Oracle home for template resolution