Interface LayoutManager

    • Method Detail

      • readLedgerLayout

        LedgerLayout readLedgerLayout()
                               throws java.io.IOException
        Return the ledger layout.
        Returns:
        the ledger layout
        Throws:
        java.io.IOException - when fail to read ledger layout.
      • storeLedgerLayout

        void storeLedgerLayout​(LedgerLayout layout)
                        throws java.io.IOException
        Store the ledger layout.
        Parameters:
        layout - ledger layout
        Throws:
        java.io.IOException - when fail to store ledger layout.
      • deleteLedgerLayout

        void deleteLedgerLayout()
                         throws java.io.IOException
        Delete ledger layout.
        Throws:
        java.io.IOException