public class MetadataValidator extends Object implements Serializable
| Constructor and Description |
|---|
MetadataValidator()
Instantiates a new metadata validator.
|
MetadataValidator(String regularExpression)
Instantiates a new metadata validator.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRegularExpression()
Gets the regular expression.
|
void |
setRegularExpression(String regularExpression)
Sets the regular expression.
|
String |
toString() |
public MetadataValidator()
public MetadataValidator(String regularExpression)
regularExpression - the regular expressionpublic String getRegularExpression()
public void setRegularExpression(String regularExpression)
regularExpression - the regularExpression to setCopyright © 2020. All Rights Reserved.