public class BundlePluginValidator extends Object implements ServerPluginValidator
ServerPluginValidator for more information.| Constructor and Description |
|---|
BundlePluginValidator() |
| 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-2014 Red Hat, Inc.. All Rights Reserved.