Class SimpleXLSAdapter

  • All Implemented Interfaces:
    AdapterInterface, java.io.Serializable
    Direct Known Subclasses:
    CellBasedXLSAdapter

    public abstract class SimpleXLSAdapter
    extends SimpleAdapter
    Abstract adapter dedicated to Excel speadsheet integration.
    This class (and its child classes) cannot be instanciated.
    They correspond to an Adapter configuration item.
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleXLSAdapter

        public SimpleXLSAdapter()
    • Method Detail

      • process

        public void process()
                     throws java.lang.InterruptedException

        Iterates input stream as individual lines
        Each line is passed to the processLine() method for processing

        Throws:
        java.lang.InterruptedException - When interrupted