public class GenericPluginValidator extends Object implements ServerPluginValidator
| Constructor and Description |
|---|
GenericPluginValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(ServerPluginEnvironment env)
Given a server plugin environment, this method should validate the descriptor
to ensure it is logically correct.
|
public boolean validate(ServerPluginEnvironment env)
ServerPluginValidatorvalidate in interface ServerPluginValidatorenv - the environment of the plugin to testtrue if the plugin descriptor is valid, false otherwiseCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.