Class PropertiesDataLoader

  • All Implemented Interfaces:
    DataLoader

    public class PropertiesDataLoader
    extends FileDataLoader
    Returns a Map based on a Java properties file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object load​(java.io.InputStream data)
      FileDataLoader subclasess override this method to parse the file.
      • Methods inherited from class java.lang.Object

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

      • PropertiesDataLoader

        public PropertiesDataLoader()
    • Method Detail

      • load

        protected java.lang.Object load​(java.io.InputStream data)
                                 throws java.io.IOException
        Description copied from class: FileDataLoader
        FileDataLoader subclasess override this method to parse the file.
        Specified by:
        load in class FileDataLoader
        Throws:
        java.io.IOException