Class PropsValidatorImpl

  • All Implemented Interfaces:
    Validator<java.util.Properties>

    public class PropsValidatorImpl
    extends java.lang.Object
    implements Validator<java.util.Properties>
    Since:
    2019
    Author:
    Erhan Bagdemir
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(java.util.Properties props)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropsValidatorImpl

        public PropsValidatorImpl()
    • Method Detail

      • validate

        public void validate​(java.util.Properties props)
        Specified by:
        validate in interface Validator<java.util.Properties>