Class 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 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