Class ContentPropertiesFileReader

  • All Implemented Interfaces:
    org.springframework.batch.core.StepExecutionListener, org.springframework.batch.core.StepListener, org.springframework.batch.item.ItemReader<ContentProperties>

    public class ContentPropertiesFileReader
    extends StepExecutionSupport
    implements org.springframework.batch.item.ItemReader<ContentProperties>
    Author:
    Daniel Bernstein Date: Jul 16, 2014
    • Constructor Detail

      • ContentPropertiesFileReader

        public ContentPropertiesFileReader​(java.io.File propertiesFile)
    • Method Detail

      • read

        public ContentProperties read()
                               throws java.lang.Exception,
                                      org.springframework.batch.item.UnexpectedInputException,
                                      org.springframework.batch.item.ParseException,
                                      org.springframework.batch.item.NonTransientResourceException
        Specified by:
        read in interface org.springframework.batch.item.ItemReader<ContentProperties>
        Throws:
        java.lang.Exception
        org.springframework.batch.item.UnexpectedInputException
        org.springframework.batch.item.ParseException
        org.springframework.batch.item.NonTransientResourceException