Interface Loadable

All Known Implementing Classes:
LoadableSaveableAccounting

public interface Loadable
A role which provides loading from a default source.
Author:
Fabrizio Giudici
Stereotype:
Role
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final Class<Loadable>
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    <T> T
    Load from a default source.
  • Field Details Link icon

  • Method Details Link icon

    • load Link icon

      <T> T load() throws IOException
      Load from a default source.
      Returns:
      the loaded object
      Throws:
      IOException - in case of error