| Interface | Description |
|---|---|
| ConsistencyValidator |
Implementations of this interface can export a state and validate that
the exported state is consistent with the environment the export is being
imported to.
|
| EntityValidator<T> |
Entity validators are declared by importers to validate the entities in the export
file before it gets imported.
|
| Class | Description |
|---|---|
| DeployedAgentPluginsValidator |
This implementation checks that the two installations
have the exact same plugins deployed.
|
| DeployedAgentPluginsValidator.ConsistentPlugin | |
| MaxCountValidator<T> | |
| SystemSettingsValidator | |
| UniquenessValidator<T> |
This validator merely checks that there are no duplicates in the export file.
|
| Exception | Description |
|---|---|
| InconsistentStateException |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.