Class MetadataValidator
- java.lang.Object
-
- org.gcube.common.metadataprofilediscovery.jaxb.MetadataValidator
-
- All Implemented Interfaces:
Serializable
public class MetadataValidator extends Object implements Serializable
The Class MetadataValidator.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Jun 8, 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataValidator()Instantiates a new metadata validator.MetadataValidator(String regularExpression)Instantiates a new metadata validator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRegularExpression()Gets the regular expression.voidsetRegularExpression(String regularExpression)Sets the regular expression.StringtoString()
-
-
-
Constructor Detail
-
MetadataValidator
public MetadataValidator()
Instantiates a new metadata validator.
-
MetadataValidator
public MetadataValidator(String regularExpression)
Instantiates a new metadata validator.- Parameters:
regularExpression- the regular expression
-
-
Method Detail
-
getRegularExpression
public String getRegularExpression()
Gets the regular expression.- Returns:
- the regularExpression
-
setRegularExpression
public void setRegularExpression(String regularExpression)
Sets the regular expression.- Parameters:
regularExpression- the regularExpression to set
-
-