Class ConfigurateValidationReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable

    public class ConfigurateValidationReader
    extends java.io.FilterReader
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PARAM_FORMAT  
      • Fields inherited from class java.io.FilterReader

        in
      • Fields inherited from class java.io.Reader

        lock
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurateValidationReader​(@NonNull java.io.Reader in)
      Creates a new filtered reader.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void format​(ConfigSource format)  
      • Methods inherited from class java.io.FilterReader

        close, mark, markSupported, read, read, ready, reset, skip
      • Methods inherited from class java.io.Reader

        read, read
      • Methods inherited from class java.lang.Object

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

      • ConfigurateValidationReader

        public ConfigurateValidationReader​(@NonNull java.io.Reader in)
        Creates a new filtered reader.
        Parameters:
        in - a Reader object providing the underlying stream.
        Throws:
        java.lang.NullPointerException - if in is null
    • Method Detail

      • format

        public void format​(ConfigSource format)
                    throws java.io.IOException
        Throws:
        java.io.IOException