public interface BookValidator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE
The plexus lookup role.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validateBook(BookModel book)
Validate a BookModel.
|
ValidationResult validateBook(BookModel book)
book - the BookModel to validate.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.