@Deprecated public class ISBNValidator extends Object
ISBNValidator.| Constructor and Description |
|---|
ISBNValidator()
Deprecated.
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String isbn)
Deprecated.
If the ISBN is formatted with space or dash separators its format is
validated.
|
public boolean isValid(String isbn)
isbn - Candidate ISBN number to be validated. null is
considered invalid.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.